emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 934968a 2/2: * lisp/files.el (basic-save-buffer): F


From: Artur Malabarba
Subject: [Emacs-diffs] master 934968a 2/2: * lisp/files.el (basic-save-buffer): Fix argument
Date: Wed, 22 Apr 2015 10:56:30 +0000

branch: master
commit 934968a2adea1b4a550f2a0d5a47fc5757bb9082
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * lisp/files.el (basic-save-buffer): Fix argument
---
 lisp/files.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/files.el b/lisp/files.el
index fd7293b..045eeaf 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]