Mercurial > emacs
changeset 62801:cbda14f6fb9b
Don't require easy-mmode.
(longlines-visible-face): Specify customization group.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Fri, 27 May 2005 11:36:51 +0000 |
parents | 47eb71e6fd77 |
children | e0709d9628b2 |
files | lisp/longlines.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/longlines.el Fri May 27 11:28:42 2005 +0000 +++ b/lisp/longlines.el Fri May 27 11:36:51 2005 +0000 @@ -39,8 +39,6 @@ ;;; Code: -(require 'easy-mmode) - (defgroup longlines nil "Automatic wrapping of long lines when loading files." :group 'fill) @@ -157,7 +155,8 @@ (defface longlines-visible-face '((t (:background "red"))) - "Face used to make hard newlines visible in `longlines-mode'.") + "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.