# HG changeset patch # User Markus Rost # Date 1032223349 0 # Node ID 22c6e92cccfb868aeaf80b43f74a481cf0f3b834 # Parent a51bcb6b40394af859ea1931cbb6c1deb00365e9 (ls-lisp-format-time-list): Fix type and provide :tag's. diff -r a51bcb6b4039 -r 22c6e92cccfb lisp/ls-lisp.el --- 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