From 041a6e47576ec27f40f10954ca5ed73853865eae Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 10 Jun 2005 08:07:08 +0000 Subject: [PATCH] Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-369 lisp/longlines.el (longlines-visible-face): Face removed --- lisp/ChangeLog | 7 ++++--- lisp/longlines.el | 5 ----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ff79ba52ba5..d03d522b15c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/longlines.el b/lisp/longlines.el index e9c300fdbec..7583e03b4b0 100644 --- a/lisp/longlines.el +++ b/lisp/longlines.el @@ -153,11 +153,6 @@ major mode changes." ;; 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." -- 2.39.5