aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Steingold2001-11-26 18:28:18 +0000
committerSam Steingold2001-11-26 18:28:18 +0000
commitbc5c763a1bc97032789b192f8496388418a06f5b (patch)
tree68818779a924f64793d857c12c812ab613d64cee
parentf39784dd3e1646238b8f23bf1b40a6d5e817b373 (diff)
downloademacs-bc5c763a1bc97032789b192f8496388418a06f5b.tar.gz
emacs-bc5c763a1bc97032789b192f8496388418a06f5b.zip
(show-trailing-whitespace): Remove :set argument (the
value was essentially identical to the defalt).
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/frame.el1
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 @@
12001-11-26 Sam Steingold <sds@gnu.org>
2
3 * frame.el (show-trailing-whitespace): Remove :set argument (the
4 value was essentially identical to the defalt).
5
12001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 62001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 7
3 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. 8 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
@@ -53,7 +58,7 @@
53 58
54 * language/devan-util.el (dev-char-glyph): Escape `"' in 59 * language/devan-util.el (dev-char-glyph): Escape `"' in
55 string literals. 60 string literals.
56 (dev-glyph-glyph, dev-glyph-glyph-2) 61 (dev-glyph-glyph, dev-glyph-glyph-2)
57 (devanagari-compose-syllable-region): Likewise. 62 (devanagari-compose-syllable-region): Likewise.
58 63
592001-11-26 Richard M. Stallman <rms@gnu.org> 642001-11-26 Richard M. Stallman <rms@gnu.org>
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."
1117 1117
1118Setting this variable makes it local to the current buffer." 1118Setting this variable makes it local to the current buffer."
1119 :tag "Highlight trailing whitespace." 1119 :tag "Highlight trailing whitespace."
1120 :set #'(lambda (symbol value) (set-default symbol value))
1121 :type 'boolean 1120 :type 'boolean
1122 :group 'font-lock) 1121 :group 'font-lock)
1123 1122