/[emacs]/emacs/lisp/longlines.el
ViewVC logotype

Diff of /emacs/lisp/longlines.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by lute, Mon Apr 4 09:30:37 2005 UTC revision 1.4 by lute, Fri May 27 11:36:51 2005 UTC
# Line 39  Line 39 
39    
40  ;;; Code:  ;;; Code:
41    
 (require 'easy-mmode)  
   
42  (defgroup longlines nil  (defgroup longlines nil
43    "Automatic wrapping of long lines when loading files."    "Automatic wrapping of long lines when loading files."
44    :group 'fill)    :group 'fill)
# Line 157  major mode changes." Line 155  major mode changes."
155    
156  (defface longlines-visible-face  (defface longlines-visible-face
157    '((t (:background "red")))    '((t (:background "red")))
158    "Face used to make hard newlines visible in `longlines-mode'.")    "Face used to make hard newlines visible in `longlines-mode'."
159      :group 'longlines)
160    
161  (defun longlines-show-hard-newlines (&optional arg)  (defun longlines-show-hard-newlines (&optional arg)
162    "Make hard newlines visible by adding a face.    "Make hard newlines visible by adding a face.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26