comparison 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
comparison
equal deleted inserted replaced
62630:630219b07e90 62631:188656dfc0db
1 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
4
1 2005-05-22 Richard M. Stallman <rms@gnu.org> 5 2005-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
4 out of conditional. 8 out of conditional.
5 9
103 * imenu.el (imenu-generic-expression, imenu--generic-function'): 107 * imenu.el (imenu-generic-expression, imenu--generic-function'):
104 REGEXP may also be a search function now. The part of doc-string 108 REGEXP may also be a search function now. The part of doc-string
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.
113 (makefile-bsdmake-mode): Special imenu-generic-expression no 117 (makefile-bsdmake-mode): Special imenu-generic-expression no
114 longer needed, due to function call. 118 longer needed, due to function call.