diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-09-17 00:42:29 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-09-17 00:42:29 +0000 |
commit | 3673aede3cbbdce6362e9768e4f2e6de0bc6bb9d (patch) | |
tree | d5bbce93f5b1fdb20fc137b8f8f31e8f5515470c /lisp/ls-lisp.el | |
parent | feed3afef81306ad0ded58cd90a44dce80db41b5 (diff) | |
download | emacs-3673aede3cbbdce6362e9768e4f2e6de0bc6bb9d.tar.gz |
(ls-lisp-format-time-list): Fix type and provide :tag's.
Diffstat (limited to 'lisp/ls-lisp.el')
-rw-r--r-- | lisp/ls-lisp.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 6efc77b099e..72c2f65aba2 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el @@ -159,7 +159,8 @@ current year. The OLD-TIME-FORMAT is used for older files. To use ISO \(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 |