comparison lisp/ChangeLog @ 111455:f21190964294

Silence compilation of some shell files. * lisp/eshell/em-unix.el (eshell-remove-entries, eshell/rm) (eshell-shuffle-files, eshell-shorthand-tar-command) (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln): Prefix dynamic locals `interactive', `preview', `recursive', `verbose'. * lisp/eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries): Prefix dynamic local variable `matches'.
author Glenn Morris <rgm@gnu.org>
date Tue, 09 Nov 2010 19:53:03 -0800
parents 5f5f21c6fca1
children 646142bd4c38
comparison
equal deleted inserted replaced
111454:6ed4594cb91b 111455:f21190964294
1 2010-11-10 Glenn Morris <rgm@gnu.org>
2
3 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4 (eshell-shuffle-files, eshell-shorthand-tar-command)
5 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
6 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
7 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
8 Prefix dynamic local variable `matches'.
9
1 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org> 10 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2 11
3 * net/browse-url.el (browse-url-mail): Insert body part of mailto url 12 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4 in mail buffer; make yank-action always a command that yanks original 13 in mail buffer; make yank-action always a command that yanks original
5 buffer. 14 buffer.