diff options
| author | Richard M. Stallman | 2001-12-27 03:13:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-27 03:13:57 +0000 |
| commit | d2fb04dfd328649d2d019ac83c34aa90944b82cb (patch) | |
| tree | fdce7446f1a74d72348a2287ebce86fd0a40aacd /lisp/ChangeLog | |
| parent | eaaacacdf4ba4d5a5bbeffc17544a7b24c09d2ea (diff) | |
| download | emacs-d2fb04dfd328649d2d019ac83c34aa90944b82cb.tar.gz emacs-d2fb04dfd328649d2d019ac83c34aa90944b82cb.zip | |
(flyspell-mode-map): New keymap, defined as before 2001-11-09.
(add-minor-mode call): Specify the keymap.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2906265bdef..895a4083bd5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-12-26 Richard M. Stallman <rms@gnu.org> | 1 | 2001-12-26 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * textmodes/flyspell.el (flyspell-mode-map): New keymap, | ||
| 4 | defined as before 2001-11-09. | ||
| 5 | (add-minor-mode call): Specify the keymap. | ||
| 6 | |||
| 3 | * progmodes/compile.el (compile-internal): | 7 | * progmodes/compile.el (compile-internal): |
| 4 | Set TERM variable in process-environment. | 8 | Set TERM variable in process-environment. |
| 5 | 9 | ||