comparison lisp/ChangeLog @ 102548:419d367f3dc5

Fix entry (one moved to org/).
author Glenn Morris <rgm@gnu.org>
date Sat, 14 Mar 2009 03:07:01 +0000
parents f4adb8b6af6c
children ac34b8fe4921
comparison
equal deleted inserted replaced
102547:960f24e650f4 102548:419d367f3dc5
23 Treat "undefined" as an error. (Bug #2110) 23 Treat "undefined" as an error. (Bug #2110)
24 24
25 2009-03-13 D. Goel <deego3@gmail.com> 25 2009-03-13 D. Goel <deego3@gmail.com>
26 26
27 * ibuf-ext.el: 27 * ibuf-ext.el:
28 When calling (multiple-value-bind/setq .. ls) 28 * midnight.el (midnight-next):
29 ls -> (values-list ls) throughout. 29 * progmodes/ebrowse.el:
30 30 * progmodes/flymake.el (flymake-float-time):
31 * progmodes/flymake.el (flymake-float-time): Ditto. 31 When calling (multiple-value-bind/setq .. ls) replace ls
32 32 by (values-list ls) throughout.
33 * progmodes/ebrowse.el: Ditto.
34
35 * midnight.el (midnight-next): Ditto.
36
37 * org/org-bbdb.el: Ditto.
38 33
39 2009-03-13 Agustín Martín <agustin.martin@hispalinux.es> 34 2009-03-13 Agustín Martín <agustin.martin@hispalinux.es>
40 35
41 * textmodes/ispell.el (ispell-get-word): Initialize spellchecker 36 * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
42 params. (Bug #2654) 37 params. (Bug #2654)