]> git.eshelyaron.com Git - emacs.git/commitdiff
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-369
authorMiles Bader <miles@gnu.org>
Fri, 10 Jun 2005 08:07:08 +0000 (08:07 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 10 Jun 2005 08:07:08 +0000 (08:07 +0000)
lisp/longlines.el (longlines-visible-face): Face removed

lisp/ChangeLog
lisp/longlines.el

index ff79ba52ba5dd0a36bd10e63a98652c32aff9309..d03d522b15cf2dae9c46004d7c2632da0c159bef 100644 (file)
@@ -1,14 +1,15 @@
 2005-06-10  Miles Bader  <miles@gnu.org>
 
-       
+       * 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)
index e9c300fdbec0e720f8b8a6d103d9b9af2a5bbd8a..7583e03b4b0dce5c4e105f2e9c4eb52b34cd2943 100644 (file)
@@ -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."