]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix entry (one moved to org/).
authorGlenn Morris <rgm@gnu.org>
Sat, 14 Mar 2009 03:07:01 +0000 (03:07 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 14 Mar 2009 03:07:01 +0000 (03:07 +0000)
lisp/ChangeLog

index e056053641f0eecc073aa6e0401a95fbd7b62dca..31f23e0fa66861c766b3113faec94bcd6548f2d6 100644 (file)
 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>