changeset 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 40ffde2a2402
files lisp/ChangeLog lisp/frame.el
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Nov 26 18:20:20 2001 +0000
+++ b/lisp/ChangeLog	Mon Nov 26 18:28:18 2001 +0000
@@ -1,3 +1,8 @@
+2001-11-26  Sam Steingold  <sds@gnu.org>
+
+	* frame.el (show-trailing-whitespace): Remove :set argument (the
+	value was essentially identical to the defalt).
+
 2001-11-26  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
 
 	* hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
@@ -53,7 +58,7 @@
 
 	* language/devan-util.el (dev-char-glyph): Escape `"' in
 	string literals.
-	(dev-glyph-glyph, dev-glyph-glyph-2) 
+	(dev-glyph-glyph, dev-glyph-glyph-2)
 	(devanagari-compose-syllable-region): Likewise.
 
 2001-11-26  Richard M. Stallman  <rms@gnu.org>
--- 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)