diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 21c19c8b95b..13bc6595658 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -8,9 +8,12 @@ | |||
| 8 | 8 | ||
| 9 | 2009-03-13 D. Goel <deego3@gmail.com> | 9 | 2009-03-13 D. Goel <deego3@gmail.com> |
| 10 | 10 | ||
| 11 | |||
| 11 | * ibuf-ext.el: | 12 | * ibuf-ext.el: |
| 12 | When calling (multiple-value-bind/setq .. ls) | 13 | When calling (multiple-value-bind/setq .. ls) |
| 13 | ls -> (values-list ls) throughout. | 14 | ls -> (values-list ls) throughout. |
| 15 | |||
| 16 | * progmodes/flymake.el (flymake-float-time): Ditto. | ||
| 14 | 17 | ||
| 15 | * progmodes/ebrowse.el: Ditto. | 18 | * progmodes/ebrowse.el: Ditto. |
| 16 | 19 | ||