Mercurial > emacs
diff lisp/ChangeLog @ 62631:188656dfc0db
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 22 May 2005 20:15:05 +0000 |
parents | 97fb202b4adc |
children | 89143bbc7a9c |
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.