Mercurial > emacs
changeset 57656:0a7db62fb4d8
*** empty log message ***
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Sat, 23 Oct 2004 19:58:27 +0000 |
parents | ba7d42763f73 |
children | 9085c341d39f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 23 19:54:08 2004 +0000 +++ b/lisp/ChangeLog Sat Oct 23 19:58:27 2004 +0000 @@ -23,8 +23,13 @@ 2004-10-23 John Paul Wallington <jpw@gnu.org> + * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call; + `wildcards' set to t in interactive spec. + * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in interactive spec rather than use `interactive-p'. + (ibuffer-kill-line): Set arg `interactive-p' in interactive spec + rather than use function `interactive-p'. 2004-10-22 Kenichi Handa <handa@m17n.org>