diff options
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b635074310c..a2c3f967d65 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2004-10-26 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * woman.el (woman): Don't call interactive-p. | ||
| 4 | |||
| 5 | * pcomplete.el (pcomplete): Instead of interactive-p, | ||
| 6 | use an arg set non-nil by the interactive spec. | ||
| 7 | |||
| 8 | * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p, | ||
| 9 | use an arg set non-nil by the interactive spec. | ||
| 10 | |||
| 11 | * man.el (Man-cleanup-manpage): Instead of interactive-p, | ||
| 12 | use an arg set non-nil by the interactive spec. | ||
| 13 | |||
| 1 | 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com> | 14 | 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com> |
| 2 | 15 | ||
| 3 | * progmodes/flymake.el (flymake-split-string): Use | 16 | * progmodes/flymake.el (flymake-split-string): Use |