Mercurial > emacs
changeset 47510:22c6e92cccfb
(ls-lisp-format-time-list): Fix type and provide :tag's.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Tue, 17 Sep 2002 00:42:29 +0000 |
parents | a51bcb6b4039 |
children | 9c7b0f6d7f05 |
files | lisp/ls-lisp.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ls-lisp.el Mon Sep 16 19:32:53 2002 +0000 +++ b/lisp/ls-lisp.el Tue Sep 17 00:42:29 2002 +0000 @@ -159,7 +159,8 @@ \(setq ls-lisp-format-time-list '(\"%Y-%m-%d %H:%M\" \"%Y-%m-%d \"))" - :type '(list string) + :type '(list (string :tag "Early time format") + (string :tag "Old time format")) :group 'ls-lisp) ;; Remember the original insert-directory function