From: Sam Steingold Date: Mon, 26 Nov 2001 18:28:18 +0000 (+0000) Subject: (show-trailing-whitespace): Remove :set argument (the X-Git-Tag: ttn-vms-21-2-B4~18116 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc5c763a1bc97032789b192f8496388418a06f5b;p=emacs.git (show-trailing-whitespace): Remove :set argument (the value was essentially identical to the defalt). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 57a1758034b..85dcbb35d32 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-11-26 Sam Steingold + + * frame.el (show-trailing-whitespace): Remove :set argument (the + value was essentially identical to the defalt). + 2001-11-26 Pavel Jan,Bm(Bk * 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 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)