diff lisp/ChangeLog @ 111489:175c03267666

Minor ls-lisp changes. * lisp/ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first) (ls-lisp-verbosity): Add custom :set-after property. (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes. (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument. (ls-lisp-insert-directory): Update caller.
author Glenn Morris <rgm@gnu.org>
date Wed, 10 Nov 2010 19:59:04 -0800
parents 721dbc4f6c02
children 82e69613602e
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Nov 10 19:57:02 2010 -0800
+++ b/lisp/ChangeLog	Wed Nov 10 19:59:04 2010 -0800
@@ -2,6 +2,12 @@
 
 	* obsolete/lucid.el: Don't warn about any CL functions in this file.
 
+	* ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
+	(ls-lisp-verbosity): Add custom :set-after property.
+	(ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
+	(ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
+	(ls-lisp-insert-directory): Update caller.
+
 	* play/landmark.el (lm-prompt-for-move):
 	* play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.