summaryrefslogtreecommitdiff
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorSam Steingold <sds@gnu.org>2001-11-26 18:28:18 +0000
committerSam Steingold <sds@gnu.org>2001-11-26 18:28:18 +0000
commitbc5c763a1bc97032789b192f8496388418a06f5b (patch)
tree68818779a924f64793d857c12c812ab613d64cee /lisp/frame.el
parentf39784dd3e1646238b8f23bf1b40a6d5e817b373 (diff)
downloademacs-bc5c763a1bc97032789b192f8496388418a06f5b.tar.gz
(show-trailing-whitespace): Remove :set argument (the
value was essentially identical to the defalt).
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 38d988b424f..faa7054c0b9 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1117,7 +1117,6 @@ left untouched. FRAME nil or omitted means use the selected frame."
Setting this variable makes it local to the current buffer."
:tag "Highlight trailing whitespace."
- :set #'(lambda (symbol value) (set-default symbol value))
:type 'boolean
:group 'font-lock)