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:
parent
3beb6b8b86
commit
934968a2ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue