diff options
| author | Luc Teirlinck | 2004-03-21 04:40:38 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-03-21 04:40:38 +0000 |
| commit | 8f8607bebf9c61948456a97103ca3d0ed7c510a3 (patch) | |
| tree | b21b2329539f6f75eb3460c3fa26ff9313db88a9 /lisp/ChangeLog | |
| parent | a2ac68f1ee4d388206e852388b62e647f3cc0910 (diff) | |
| download | emacs-8f8607bebf9c61948456a97103ca3d0ed7c510a3.tar.gz emacs-8f8607bebf9c61948456a97103ca3d0ed7c510a3.zip | |
(insert-directory): Fix bug if SWITCHES is a list.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f0cb0af79c9..7cf48800d6d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2004-03-20 Luc Teirlinck <teirllm@auburn.edu> | 1 | 2004-03-20 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 2 | ||
| 3 | * files.el (insert-directory): Fix bug if SWITCHES is a list. | ||
| 4 | |||
| 3 | * autorevert.el (auto-revert-interval): Make new value take | 5 | * autorevert.el (auto-revert-interval): Make new value take |
| 4 | effect immediately when set through Custom. | 6 | effect immediately when set through Custom. |
| 5 | (auto-revert-set-timer): Add interactive declaration. | 7 | (auto-revert-set-timer): Add interactive declaration. |