From: Markus Rost Date: Tue, 17 Sep 2002 00:43:53 +0000 (+0000) Subject: (ls-lisp-format-time-list): Fix type and provide :tag's. X-Git-Tag: ttn-vms-21-2-B4~13145 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=401c196806d060013b8cc902da2a2b2480d7127e;p=emacs.git (ls-lisp-format-time-list): Fix type and provide :tag's. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3063fd374ad..132f879b626 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-09-16 Markus Rost + + * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide + :tag's. + 2002-09-16 Richard M. Stallman * play/gomoku.el (gomoku-move-up, gomoku-move-down): @@ -11,7 +16,8 @@ 2002-09-16 Juanma Barranquero - * dired-aux.el (dired-add-entry): Add missing argument to `dired-mark'. + * dired-aux.el (dired-add-entry): Add missing argument to + `dired-mark'. 2002-09-16 John Paul Wallington @@ -242,7 +248,8 @@ * international/ucs-tables.el: Fix last change. - * international/utf-8.el (utf-8-fragment-on-decoding): Fix last change. + * international/utf-8.el (utf-8-fragment-on-decoding): Fix last + change. 2002-09-11 Kim F. Storm 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