1
Fork 0
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:
Deepak Goel 2007-12-06 00:17:56 +00:00
parent 8aa8da0595
commit f6e7ec0248
8 changed files with 30 additions and 12 deletions

View file

@ -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.