Slight gnus-util clean-up
* lisp/gnus/gnus-util.el (gnus-message-with-timestamp-1): messages-buffer is always defined.
This commit is contained in:
parent
672bfdb9c9
commit
86a326d2d8
1 changed files with 1 additions and 3 deletions
|
@ -455,9 +455,7 @@ displayed in the echo area."
|
|||
(> message-log-max 0)
|
||||
(/= (length str) 0))
|
||||
(setq time (current-time))
|
||||
(with-current-buffer (if (fboundp 'messages-buffer)
|
||||
(messages-buffer)
|
||||
(get-buffer-create "*Messages*"))
|
||||
(with-current-buffer (messages-buffer)
|
||||
(goto-char (point-max))
|
||||
(let ((inhibit-read-only t))
|
||||
(insert ,timestamp str "\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue