aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-21 11:12:45 +0000
committerRichard M. Stallman2001-11-21 11:12:45 +0000
commitb1e851bb95a5fc976fe90d86368bf83a482593c7 (patch)
tree03320dc92ee2816dbae74fd418920167c6320cc2 /lisp/ChangeLog
parenta7dba40b015c90c12715c42ae9fea58d1ca0d085 (diff)
downloademacs-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/ChangeLog9
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 @@
12001-11-21 Richard M. Stallman <rms@gnu.org> 12001-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
52001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 142001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>