diff options
Diffstat (limited to 'lisp/midnight.el')
| -rw-r--r-- | lisp/midnight.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/midnight.el b/lisp/midnight.el index a9eedd74624..0e68eb923cd 100644 --- a/lisp/midnight.el +++ b/lisp/midnight.el @@ -217,7 +217,7 @@ You should set this variable before loading midnight.el, or set it by calling `midnight-delay-set', or use `custom'. If you wish, you can use a string instead, it will be passed as the first argument to `run-at-time'." - :type 'sexp + :type '(choice integer string) :set #'midnight-delay-set) (provide 'midnight) |
