From 934968a2adea1b4a550f2a0d5a47fc5757bb9082 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Wed, 22 Apr 2015 11:53:00 +0100 Subject: [PATCH] * lisp/files.el (basic-save-buffer): Fix argument --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5