mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix possibly buggy calls to `message'.
This commit is contained in:
parent
8aa8da0595
commit
f6e7ec0248
8 changed files with 30 additions and 12 deletions
|
|
@ -1633,7 +1633,7 @@ as an argument limits undo to changes within the current region."
|
|||
(delete-auto-save-file-if-necessary recent-save))
|
||||
;; Display a message announcing success.
|
||||
(if message
|
||||
(message message))))
|
||||
(message "%s" message))))
|
||||
|
||||
(defun buffer-disable-undo (&optional buffer)
|
||||
"Make BUFFER stop keeping undo information.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue