Mercurial > emacs
changeset 62631:188656dfc0db
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 22 May 2005 20:15:05 +0000 |
parents | 630219b07e90 |
children | 71a259bf6342 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun May 22 20:13:18 2005 +0000 +++ b/lisp/ChangeLog Sun May 22 20:15:05 2005 +0000 @@ -1,3 +1,7 @@ +2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca> + + * emacs-lisp/cl.el (eql): Remove. It's a builtin already. + 2005-05-22 Richard M. Stallman <rms@gnu.org> * 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.