Don’t assume CURRENT_TIME_LIST
* lisp/url/url-util.el (url-lazy-message): Don’t assume (current-time) returns a list. Fix unlikely bug if we’re called 65536 seconds apart.
This commit is contained in:
parent
7ee12d95fb
commit
8e0d35802c
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ Will not do anything if `url-show-status' is nil."
|
|||
(null url-show-status)
|
||||
(active-minibuffer-window)
|
||||
(= url-lazy-message-time
|
||||
(setq url-lazy-message-time (nth 1 (current-time)))))
|
||||
(setq url-lazy-message-time (encode-time nil 'integer))))
|
||||
nil
|
||||
(apply 'message args)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue