Mercurial > emacs
changeset 61178:f929f1de61ac
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 31 Mar 2005 21:19:34 +0000 |
parents | 64c207ce6c20 |
children | 9c457f96bb08 |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu Mar 31 21:17:40 2005 +0000 +++ b/etc/NEWS Thu Mar 31 21:19:34 2005 +0000 @@ -2729,6 +2729,10 @@ * 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
--- a/lisp/ChangeLog Thu Mar 31 21:17:40 2005 +0000 +++ b/lisp/ChangeLog Thu Mar 31 21:19:34 2005 +0000 @@ -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.