(bs-message-without-log): Fix typo.
This commit is contained in:
parent
1121afb461
commit
a1d5a11bc2
1 changed files with 1 additions and 1 deletions
|
|
@ -1213,7 +1213,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…
Add table
Reference in a new issue