emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4c620c2: * lisp/time.el (display-time-string-forms)


From: Mark Oteiza
Subject: [Emacs-diffs] master 4c620c2: * lisp/time.el (display-time-string-forms): Fix custom type.
Date: Thu, 13 Oct 2016 18:42:35 +0000 (UTC)

branch: master
commit 4c620c20d4cfd15e6c54fc10c1000dabc01064f7
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    * lisp/time.el (display-time-string-forms): Fix custom type.
---
 lisp/time.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/time.el b/lisp/time.el
index 651dd56..a0419c9 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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]