Mercurial > emacs
changeset 102548:419d367f3dc5
Fix entry (one moved to org/).
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 14 Mar 2009 03:07:01 +0000 |
parents | 960f24e650f4 |
children | f737bc68655e |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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 <deego3@gmail.com> * 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 <agustin.martin@hispalinux.es>