mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(bs-message-without-log): Fix typo.
This commit is contained in:
parent
6ad8a17a36
commit
e047bc37f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1212,7 +1212,7 @@ buffer list used for buffer cycling."
|
|||
|
||||
(defun bs-message-without-log (&rest args)
|
||||
"Like `message' but don't log it on the message log.
|
||||
All arguments ARGS are transfered to function `message'."
|
||||
All arguments ARGS are transferred to function `message'."
|
||||
(let ((message-log-max nil))
|
||||
(apply 'message args)))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue