]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 31 Mar 2005 21:19:34 +0000 (21:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 31 Mar 2005 21:19:34 +0000 (21:19 +0000)
etc/NEWS
lisp/ChangeLog

index 450d21486efff71aa0b71e95ef2227d06a7ec6c3..08792d1b940114e3ac4b6a1255cf6aff65ed62e8 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2729,6 +2729,10 @@ the command `undefined'.  (In earlier Emacs versions, it used
 \f
 * Lisp Changes in Emacs 22.1
 
+---
+** easy-mmode-define-global-mode has been renamed to
+define-global-minor-mode.  The old name remains as an alias.
+
 +++
 ** The new function `filter-buffer-substring' extracts a buffer
 substring, passes it through a set of filter functions, and returns
index 0f142a5e2559fb2843b1c89b70d67313a4a35229..221682e7388353422428f1f5a25b2e2dc02b175b 100644 (file)
@@ -1,5 +1,8 @@
 2005-03-31  Richard M. Stallman  <rms@gnu.org>
 
+       * emacs-lisp/autoload.el (make-autoload):
+       Handle define-global-minor-mode.
+
        * emacs-lisp/easy-mmode.el (define-global-minor-mode):
        Renamed from easy-mmode-define-global-mode.
        (easy-mmode-define-global-mode): Alias for define-global-minor-mode.