1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

* lisp/files.el (basic-save-buffer): Fix argument

This commit is contained in:
Artur Malabarba 2015-04-22 11:53:00 +01:00
parent 3beb6b8b86
commit 934968a2ad

View file

@ -4708,7 +4708,7 @@ to do the job of saving; if they do not, then the buffer is saved in
the visited file in the usual way.
Before and after saving the buffer, this function runs
`before-save-hook' and `after-save-hook', respectively."
(interactive)
(interactive '(called-interactively))
(save-current-buffer
;; In an indirect buffer, save its base buffer instead.
(if (buffer-base-buffer)