summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2001-11-21 02:53:52 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2001-11-21 02:53:52 +0000
commite95768c50273519a8b07a39217f98969fe9ffe41 (patch)
tree9a7ff484b844b62c33f6fe1395410fa95597dfca
parentb6b7eda9f05b8e1ccab20357a82a602536481221 (diff)
*** empty log message ***
-rw-r--r--MAINTAINERS3
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog3
3 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 7e1c606c04..bcfe75b1d5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -37,6 +37,9 @@ Stefan Monnier
minibuffer completion
lisp/textmodes/outline.el
+Miles Bader
+ ???
+
==============================================================================
2.
==============================================================================
diff --git a/etc/NEWS b/etc/NEWS
index 47264991aa..d87b6e59b6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -299,6 +299,9 @@ have been moved from the CL package to the core.
*** The new package syntax.el provides an efficient way to find the
current syntactic context (as returned by parse-partial-sexp).
+*** The TCL package tcl-mode.el was replaced by tcl.el.
+This was actually done in Emacs-21.1 was not documented.
+
* Installation Changes in Emacs 21.1
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 825c778ac6..cf2fc4aa00 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
+ * derived.el (define-derived-mode): Create the abbrev-table
+ from inside the `defvar'.
+
* jit-lock.el (jit-lock-defer-time): New var.
(jit-lock-defer-timer, jit-lock-buffers): New vars.
(jit-lock-mode): Initialize them. Cancel the timers more carefully.