aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 58dcb5f6ca..12d0697044 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-22 Stefan Monnier <[email protected]>
+
+ * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
+
2005-05-22 Richard M. Stallman <[email protected]>
* help.el (describe-key): Move print-help-return-message call
@@ -105,8 +109,8 @@
for describing the structure was 95% identical to that of
`imenu--generic-function'. Unify it there.
- * progmodes/make-mode.el (makefile-imenu-generic-expression): Use
- function to find dependencies, because regexp alone is so complex,
+ * progmodes/make-mode.el (makefile-imenu-generic-expression):
+ Use function to find dependencies, because regexp alone is so complex,
it easily goes into an endless loop.
(makefile-makepp-mode): Also add submenu for Perl functions
defined in the makefile.