comparison 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
comparison
equal deleted inserted replaced
41579:bab6e8eba0e1 41580:c386756cfa43
1115 (defcustom show-trailing-whitespace nil 1115 (defcustom show-trailing-whitespace nil
1116 "*Non-nil means highlight trailing whitespace in face `trailing-whitespace'. 1116 "*Non-nil means highlight trailing whitespace in face `trailing-whitespace'.
1117 1117
1118 Setting this variable makes it local to the current buffer." 1118 Setting this variable makes it local to the current buffer."
1119 :tag "Highlight trailing whitespace." 1119 :tag "Highlight trailing whitespace."
1120 :set #'(lambda (symbol value) (set-default symbol value))
1121 :type 'boolean 1120 :type 'boolean
1122 :group 'font-lock) 1121 :group 'font-lock)
1123 1122
1124 1123
1125 1124