From: Glenn Morris Date: Sat, 14 Mar 2009 03:07:01 +0000 (+0000) Subject: Fix entry (one moved to org/). X-Git-Tag: emacs-pretest-23.0.92~217 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd0bed852bc2c47f9edd389a12afeb156c46a734;p=emacs.git Fix entry (one moved to org/). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e056053641f..31f23e0fa66 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -25,16 +25,11 @@ 2009-03-13 D. Goel * ibuf-ext.el: - When calling (multiple-value-bind/setq .. ls) - ls -> (values-list ls) throughout. - - * progmodes/flymake.el (flymake-float-time): Ditto. - - * progmodes/ebrowse.el: Ditto. - - * midnight.el (midnight-next): Ditto. - - * org/org-bbdb.el: Ditto. + * midnight.el (midnight-next): + * progmodes/ebrowse.el: + * progmodes/flymake.el (flymake-float-time): + When calling (multiple-value-bind/setq .. ls) replace ls + by (values-list ls) throughout. 2009-03-13 Agustín Martín