diff options
| author | Richard M. Stallman | 2001-11-21 11:12:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-21 11:12:45 +0000 |
| commit | b1e851bb95a5fc976fe90d86368bf83a482593c7 (patch) | |
| tree | 03320dc92ee2816dbae74fd418920167c6320cc2 /lisp/ChangeLog | |
| parent | a7dba40b015c90c12715c42ae9fea58d1ca0d085 (diff) | |
| download | emacs-b1e851bb95a5fc976fe90d86368bf83a482593c7.tar.gz emacs-b1e851bb95a5fc976fe90d86368bf83a482593c7.zip | |
(sh-mode-syntax-table): Function restored.
Variable set up for use by function sh-mode-syntax-table.
(sh-set-shell): Set the syntax table.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 655e2d4713d..f01dcc9b7eb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2001-11-21 Richard M. Stallman <rms@gnu.org> | 1 | 2001-11-21 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode. | ||
| 4 | (sh-mode-syntax-table): Function restored. | ||
| 5 | Variable set up for use by function sh-mode-syntax-table. | ||
| 6 | (sh-set-shell): Set the syntax table. | ||
| 7 | |||
| 8 | * play/gomoku.el (gomoku-mode): Don't use define-derived-mode. | ||
| 9 | |||
| 10 | * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode. | ||
| 11 | |||
| 3 | * international/encoded-kb.el: Don't alter minor-map-alist. | 12 | * international/encoded-kb.el: Don't alter minor-map-alist. |
| 4 | 13 | ||
| 5 | 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 14 | 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |