emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 22 May 2005 16:15:07 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7577 emacs/lisp/ChangeLog:1.7578
*** emacs/lisp/ChangeLog:1.7577 Sun May 22 17:51:22 2005
--- emacs/lisp/ChangeLog        Sun May 22 20:15:05 2005
***************
*** 1,3 ****
--- 1,7 ----
+ 2005-05-22  Stefan Monnier  <address@hidden>
+ 
+       * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
+ 
  2005-05-22  Richard M. Stallman  <address@hidden>
  
        * help.el (describe-key): Move print-help-return-message call
***************
*** 105,112 ****
        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,
        it easily goes into an endless loop.
        (makefile-makepp-mode): Also add submenu for Perl functions
        defined in the makefile.
--- 109,116 ----
        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,
        it easily goes into an endless loop.
        (makefile-makepp-mode): Also add submenu for Perl functions
        defined in the makefile.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]