Index: emacs/lisp/longlines.el
diff -c emacs/lisp/longlines.el:1.3 emacs/lisp/longlines.el:1.4
*** emacs/lisp/longlines.el:1.3 Mon Apr 4 09:30:37 2005
--- emacs/lisp/longlines.el Fri May 27 11:36:51 2005
***************
*** 39,46 ****
;;; Code:
- (require 'easy-mmode)
-
(defgroup longlines nil
"Automatic wrapping of long lines when loading files."
:group 'fill)
--- 39,44 ----
***************
*** 157,163 ****
(defface longlines-visible-face
'((t (:background "red")))
! "Face used to make hard newlines visible in `longlines-mode'.")
(defun longlines-show-hard-newlines (&optional arg)
"Make hard newlines visible by adding a face.
--- 155,162 ----
(defface longlines-visible-face
'((t (:background "red")))
! "Face used to make hard newlines visible in `longlines-mode'."
! :group 'longlines)
(defun longlines-show-hard-newlines (&optional arg)
"Make hard newlines visible by adding a face.
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs