From bc5c763a1bc97032789b192f8496388418a06f5b Mon Sep 17 00:00:00 2001 From: Sam Steingold Date: Mon, 26 Nov 2001 18:28:18 +0000 Subject: [PATCH] (show-trailing-whitespace): Remove :set argument (the value was essentially identical to the defalt). --- lisp/ChangeLog | 7 ++++++- lisp/frame.el | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) 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) -- 2.39.5