[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/longlines.el
From: |
Lute Kamstra |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/longlines.el |
Date: |
Fri, 27 May 2005 07:36:52 -0400 |
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/longlines.el,
Lute Kamstra <=