1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00

Don't require easy-mmode.

(longlines-visible-face): Specify customization group.
This commit is contained in:
Lute Kamstra 2005-05-27 11:36:51 +00:00
parent 7cf49add81
commit 25ba62c557

View File

@ -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 @@ major mode changes."
(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.