Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f8533e9e
Commit
f8533e9e
authored
Aug 23, 1997
by
Richard M. Stallman
Browse files
(display-time-hook): Minor doc fix.
parent
535efc38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/time.el
lisp/time.el
+2
-2
No files found.
lisp/time.el
View file @
f8533e9e
...
...
@@ -64,7 +64,7 @@ Nil means 1 <= hh <= 12, and an AM/PM suffix is used."
(defvar display-time-string nil)
(defcustom display-time-hook nil
"
*
List
of
functions
to
be
called
when
the
time
is
updated
on
the
mode
line.
"
"
*List
of
functions
to
be
called
when
the
time
is
updated
on
the
mode
line.
"
:type 'hook
:group 'display-time)
...
...
@@ -208,7 +208,7 @@ would give mode line times like `94/12/30 21:07:48 (UTC)'."
(if (> (- (nth 1 (current-time)) (nth 1 start-time))
20)
;; Record that mail file is not accessible.
(setq display-time-server-down-time
(setq display-time-server-down-time
(nth 1 (current-time)))
;; Record that mail file is accessible.
(setq display-time-server-down-time nil))))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment