aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-03-14 03:07:01 +0000
committerGlenn Morris2009-03-14 03:07:01 +0000
commitdd0bed852bc2c47f9edd389a12afeb156c46a734 (patch)
tree52ccb60ad2d20709c044bb45a5f23bf5ac07e19f
parent1f82c9ed01268a917ce54d3c59031fa7a91c1dca (diff)
downloademacs-dd0bed852bc2c47f9edd389a12afeb156c46a734.tar.gz
emacs-dd0bed852bc2c47f9edd389a12afeb156c46a734.zip
Fix entry (one moved to org/).
-rw-r--r--lisp/ChangeLog15
1 files changed, 5 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e056053641f..31f23e0fa66 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -25,16 +25,11 @@
252009-03-13 D. Goel <deego3@gmail.com> 252009-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
392009-03-13 Agustín Martín <agustin.martin@hispalinux.es> 342009-03-13 Agustín Martín <agustin.martin@hispalinux.es>
40 35