# HG changeset patch # User Miles Bader # Date 1118390828 0 # Node ID f855a20b356c6a8b2738ad23cbc4493a8f25dcc6 # Parent ce2a9eb0ff8abef87f9d06a8d7fccbcc1a61fbc6 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-369 lisp/longlines.el (longlines-visible-face): Face removed diff -r ce2a9eb0ff8a -r f855a20b356c lisp/ChangeLog --- a/lisp/ChangeLog Fri Jun 10 07:43:31 2005 +0000 +++ b/lisp/ChangeLog Fri Jun 10 08:07:08 2005 +0000 @@ -1,14 +1,15 @@ 2005-06-10 Miles Bader - + * longlines.el (longlines-visible-face): Face removed. + * diff-mode.el (diff-header, diff-file-header, diff-index) (diff-hunk-header, diff-removed, diff-added, diff-changed) - (diff-function, diff-context, diff-nonexistent): Remove "-face" + (diff-function, diff-context, diff-nonexistent): Remove "-face" suffix from face names. (diff-header-face, diff-file-header-face, diff-index-face) (diff-hunk-header-face, diff-removed-face, diff-added-face) (diff-changed-face, diff-function-face, diff-context-face) - (diff-nonexistent-face): New backward-compatibility aliases for + (diff-nonexistent-face): New backward-compatibility aliases for renamed faces. (diff-header-face, diff-file-header-face) (diff-index, diff-index-face, diff-hunk-header) diff -r ce2a9eb0ff8a -r f855a20b356c lisp/longlines.el --- a/lisp/longlines.el Fri Jun 10 07:43:31 2005 +0000 +++ b/lisp/longlines.el Fri Jun 10 08:07:08 2005 +0000 @@ -153,11 +153,6 @@ ;; Showing the effect of hard newlines in the buffer -(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. With optional argument ARG, make the hard newlines invisible again."