Mercurial > emacs
comparison lisp/ChangeLog @ 111957:e0dabb89175d
Make some dired defvars into defcustoms.
* lisp/dired.el (dired-subdir-switches, dired-chown-program)
(dired-use-ls-dired, dired-chmod-program, dired-touch-program):
Make into defcustoms.
(dired-chown-program): Simplify initialization.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 13 Dec 2010 20:32:14 -0800 |
parents | e3c25cc05c38 |
children | 707b726cfaed |
comparison
equal
deleted
inserted
replaced
111956:e3c25cc05c38 | 111957:e0dabb89175d |
---|---|
1 2010-12-14 Glenn Morris <rgm@gnu.org> | 1 2010-12-14 Glenn Morris <rgm@gnu.org> |
2 | |
3 * dired.el (dired-subdir-switches, dired-chown-program) | |
4 (dired-use-ls-dired, dired-chmod-program, dired-touch-program): | |
5 Make into defcustoms. | |
6 (dired-chown-program): Simplify initialization. | |
2 | 7 |
3 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup. | 8 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup. |
4 | 9 |
5 2010-12-13 Romain Francoise <romain@orebokech.com> | 10 2010-12-13 Romain Francoise <romain@orebokech.com> |
6 | 11 |