summaryrefslogtreecommitdiff
path: root/lisp/longlines.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2005-06-10 08:07:08 +0000
committerMiles Bader <miles@gnu.org>2005-06-10 08:07:08 +0000
commit041a6e47576ec27f40f10954ca5ed73853865eae (patch)
tree296ddc5b2b83ee5230e8d3e7a9ca79558fc5ccd9 /lisp/longlines.el
parent221711eb2335203b863267f915053b5d24dea68e (diff)
downloademacs-041a6e47576ec27f40f10954ca5ed73853865eae.tar.gz
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-369
lisp/longlines.el (longlines-visible-face): Face removed
Diffstat (limited to 'lisp/longlines.el')
-rw-r--r--lisp/longlines.el5
1 files changed, 0 insertions, 5 deletions
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."