Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Dec 13 20:26:01 2010 -0800 +++ b/lisp/ChangeLog Mon Dec 13 20:32:14 2010 -0800 @@ -1,5 +1,10 @@ 2010-12-14 Glenn Morris <rgm@gnu.org> + * 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. + * mail/mail-utils.el: No need to require lisp-mode, it's in loadup. 2010-12-13 Romain Francoise <romain@orebokech.com>