diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-10-26 09:02:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-10-26 09:02:33 +0000 |
commit | fb2496f408e91c71703f87dfda61bf0228cd6b72 (patch) | |
tree | 030ccf8149a7dbf448e41ef47826bd403c28b500 /lisp | |
parent | ce5568bf190cad55e7987c0bebb8c5731b2fb9e7 (diff) | |
download | emacs-fb2496f408e91c71703f87dfda61bf0228cd6b72.tar.gz emacs-fb2496f408e91c71703f87dfda61bf0228cd6b72.tar.bz2 emacs-fb2496f408e91c71703f87dfda61bf0228cd6b72.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-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 @@ +2004-10-26 Richard M. Stallman <rms@gnu.org> + + * woman.el (woman): Don't call interactive-p. + + * pcomplete.el (pcomplete): Instead of interactive-p, + use an arg set non-nil by the interactive spec. + + * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p, + use an arg set non-nil by the interactive spec. + + * man.el (Man-cleanup-manpage): Instead of interactive-p, + use an arg set non-nil by the interactive spec. + 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com> * progmodes/flymake.el (flymake-split-string): Use |