aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/longlines.el
diff options
context:
space:
mode:
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."
153 153
154;; Showing the effect of hard newlines in the buffer 154;; Showing the effect of hard newlines in the buffer
155 155
156(defface longlines-visible-face
157 '((t (:background "red")))
158 "Face used to make hard newlines visible in `longlines-mode'."
159 :group 'longlines)
160
161(defun longlines-show-hard-newlines (&optional arg) 156(defun longlines-show-hard-newlines (&optional arg)
162 "Make hard newlines visible by adding a face. 157 "Make hard newlines visible by adding a face.
163With optional argument ARG, make the hard newlines invisible again." 158With optional argument ARG, make the hard newlines invisible again."