# HG changeset patch # User Sam Steingold # Date 1006799298 0 # Node ID c386756cfa43fc08bf2f1115cbd0ad56aee665c6 # Parent bab6e8eba0e1aff62ddea16e7709ed0d2b2595af (show-trailing-whitespace): Remove :set argument (the value was essentially identical to the defalt). diff -r bab6e8eba0e1 -r c386756cfa43 lisp/ChangeLog --- 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 + + * 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 -r bab6e8eba0e1 -r c386756cfa43 lisp/frame.el --- 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)