diff lisp/frame.el @ 41580:c386756cfa43

(show-trailing-whitespace): Remove :set argument (the value was essentially identical to the defalt).
author Sam Steingold <sds@gnu.org>
date Mon, 26 Nov 2001 18:28:18 +0000
parents bab6e8eba0e1
children c73820c5ecbf
line wrap: on
line diff
--- a/lisp/frame.el	Mon Nov 26 18:20:20 2001 +0000
+++ b/lisp/frame.el	Mon Nov 26 18:28:18 2001 +0000
@@ -1117,7 +1117,6 @@
 
 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)