diff options
| author | Thien-Thi Nguyen | 2003-09-30 11:47:57 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2003-09-30 11:47:57 +0000 |
| commit | cb049c411e04f414a0854cd705cd299d111e5929 (patch) | |
| tree | 3493f752adf1d8f25264412797efe28b27547e8b /lisp/ChangeLog | |
| parent | 7460e98023d53b4d85c94ccbfc8177588d52b29b (diff) | |
| download | emacs-cb049c411e04f414a0854cd705cd299d111e5929.tar.gz emacs-cb049c411e04f414a0854cd705cd299d111e5929.zip | |
(scheme-mode-variables): When setting
`font-lock-defaults', also specify that "#" should
be interpreted with `word' syntax.
(scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bb27d39a4cd..e7e56bcbfb8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/scheme.el (scheme-mode-variables): When setting | ||
| 4 | `font-lock-defaults', also specify that "#" should | ||
| 5 | be interpreted with `word' syntax. | ||
| 6 | (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword. | ||
| 7 | |||
| 1 | 2003-09-30 Lars Hansen <larsh@math.ku.dk> | 8 | 2003-09-30 Lars Hansen <larsh@math.ku.dk> |
| 2 | 9 | ||
| 3 | * desktop.el: A lot of comments updated. | 10 | * desktop.el: A lot of comments updated. |
| @@ -16,7 +23,7 @@ | |||
| 16 | for displaying ``clean'' output. | 23 | for displaying ``clean'' output. |
| 17 | (whitespace-buffer): Use `whitespace-clean-msg'. | 24 | (whitespace-buffer): Use `whitespace-clean-msg'. |
| 18 | (whitespace-global-mode): Fix typo. | 25 | (whitespace-global-mode): Fix typo. |
| 19 | 26 | ||
| 20 | 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org> | 27 | 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org> |
| 21 | 28 | ||
| 22 | * pcvs.el (cvs-mode-unmark-up): Move to goal column when done. | 29 | * pcvs.el (cvs-mode-unmark-up): Move to goal column when done. |