aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2005-05-22 20:15:05 +0000
committerStefan Monnier2005-05-22 20:15:05 +0000
commit6cd0254fe9957d0e4ffd769af5332f828b75428d (patch)
treebdd4de71c4dd68b69d80b545d7e1ed9779292380 /lisp/ChangeLog
parent3187ba1c4f28d6d24a4a843ca0166ec868486fc8 (diff)
downloademacs-6cd0254fe9957d0e4ffd769af5332f828b75428d.tar.gz
emacs-6cd0254fe9957d0e4ffd769af5332f828b75428d.zip
(eql): Remove. It's a builtin already.
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 58dcb5f6ca2..12d0697044b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
4
12005-05-22 Richard M. Stallman <rms@gnu.org> 52005-05-22 Richard M. Stallman <rms@gnu.org>
2 6
3 * help.el (describe-key): Move print-help-return-message call 7 * help.el (describe-key): Move print-help-return-message call
@@ -105,8 +109,8 @@
105 for describing the structure was 95% identical to that of 109 for describing the structure was 95% identical to that of
106 `imenu--generic-function'. Unify it there. 110 `imenu--generic-function'. Unify it there.
107 111
108 * progmodes/make-mode.el (makefile-imenu-generic-expression): Use 112 * progmodes/make-mode.el (makefile-imenu-generic-expression):
109 function to find dependencies, because regexp alone is so complex, 113 Use function to find dependencies, because regexp alone is so complex,
110 it easily goes into an endless loop. 114 it easily goes into an endless loop.
111 (makefile-makepp-mode): Also add submenu for Perl functions 115 (makefile-makepp-mode): Also add submenu for Perl functions
112 defined in the makefile. 116 defined in the makefile.