]> git.eshelyaron.com Git - emacs.git/commitdiff
(show-trailing-whitespace): Remove :set argument (the
authorSam Steingold <sds@gnu.org>
Mon, 26 Nov 2001 18:28:18 +0000 (18:28 +0000)
committerSam Steingold <sds@gnu.org>
Mon, 26 Nov 2001 18:28:18 +0000 (18:28 +0000)
 value was essentially identical to the defalt).

lisp/ChangeLog
lisp/frame.el

index 57a1758034b1ec8667d5ac68fea96550cd7c280f..85dcbb35d3230a764d440f0f2d427b2e4ff8e946 100644 (file)
@@ -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\e,Bm\e(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>
index 38d988b424fb99c2557dfc4ace22219de4e1ede6..faa7054c0b9a552cb546236d6f0659a9bf4bcc1d 100644 (file)
@@ -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)