diff options
| author | Sam Steingold | 2001-11-26 18:28:18 +0000 |
|---|---|---|
| committer | Sam Steingold | 2001-11-26 18:28:18 +0000 |
| commit | bc5c763a1bc97032789b192f8496388418a06f5b (patch) | |
| tree | 68818779a924f64793d857c12c812ab613d64cee | |
| parent | f39784dd3e1646238b8f23bf1b40a6d5e817b373 (diff) | |
| download | emacs-bc5c763a1bc97032789b192f8496388418a06f5b.tar.gz emacs-bc5c763a1bc97032789b192f8496388418a06f5b.zip | |
(show-trailing-whitespace): Remove :set argument (the
value was essentially identical to the defalt).
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2001-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 | |||
| 1 | 2001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 6 | 2001-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 | ||
| 59 | 2001-11-26 Richard M. Stallman <rms@gnu.org> | 64 | 2001-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 | ||
| 1118 | Setting this variable makes it local to the current buffer." | 1118 | Setting 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 | ||