# HG changeset patch # User Lute Kamstra # Date 1117193811 0 # Node ID cbda14f6fb9bcf9daa76eab556f6cf5c03bb940d # Parent 47eb71e6fd77027c8127fc2c197199ca4bdfc7f8 Don't require easy-mmode. (longlines-visible-face): Specify customization group. diff -r 47eb71e6fd77 -r cbda14f6fb9b lisp/longlines.el --- 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.