# HG changeset patch # User Glenn Morris # Date 1237000021 0 # Node ID 419d367f3dc5e18a77c2f9bafc36d63e6abc5a45 # Parent 960f24e650f444b65f5d6f5f435565c8fe8b50cf Fix entry (one moved to org/). diff -r 960f24e650f4 -r 419d367f3dc5 lisp/ChangeLog --- a/lisp/ChangeLog Sat Mar 14 03:04:22 2009 +0000 +++ b/lisp/ChangeLog Sat Mar 14 03:07:01 2009 +0000 @@ -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