Mercurial > emacs
changeset 44236:ad1e190a9fbc
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 29 Mar 2002 14:45:05 +0000 |
parents | 1541aec5edea |
children | 4698c4b30994 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Mar 29 14:44:07 2002 +0000 +++ b/lisp/ChangeLog Fri Mar 29 14:45:05 2002 +0000 @@ -8,11 +8,17 @@ 2002-03-29 Simon Marshall <simon.marshall@misys.com> - * font-lock.el (save-buffer-state): Use make-symbol to bind - `modified'. + * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'. 2002-03-29 Richard M. Stallman <rms@gnu.org> + * dired-aux.el (dired-do-query-replace-regexp, dired-do-search): + Use FILTER arg in dired-get-marked-files to exclude directories. + (dired-nondirectory-p): New function. + + * dired.el (dired-get-marked-files): New arg FILTER + allows selection of some files. + * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix. 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>