comparison lisp/ChangeLog @ 57703:4ec6bb442cdd

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Oct 2004 09:02:33 +0000
parents fbcb259c5936
children 012a0b5cf591
comparison
equal deleted inserted replaced
57702:c61ee1c7b2e8 57703:4ec6bb442cdd
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
4 `flymake-split-string-remove-empty-edges' in any case. 17 `flymake-split-string-remove-empty-edges' in any case.
5 18