From: Artur Malabarba Date: Wed, 22 Apr 2015 10:53:00 +0000 (+0100) Subject: * lisp/files.el (basic-save-buffer): Fix argument X-Git-Tag: emacs-25.0.90~2330 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=934968a2adea1b4a550f2a0d5a47fc5757bb9082;p=emacs.git * lisp/files.el (basic-save-buffer): Fix argument --- diff --git a/lisp/files.el b/lisp/files.el index fd7293bf8a0..045eeaf154c 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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)