From: Mark Oteiza Date: Thu, 13 Oct 2016 18:41:46 +0000 (-0400) Subject: * lisp/time.el (display-time-string-forms): Fix custom type. X-Git-Tag: emacs-26.0.90~1478 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c620c20d4cfd15e6c54fc10c1000dabc01064f7;p=emacs.git * lisp/time.el (display-time-string-forms): Fix custom type. --- diff --git a/lisp/time.el b/lisp/time.el index 651dd56779b..a0419c91b43 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -314,7 +314,7 @@ For example, the form (if mail \" Mail\" \"\")) would give mode line times like `94/12/30 21:07:48 (UTC)'." - :type 'sexp + :type '(repeat sexp) :group 'display-time) (defun display-time-event-handler ()