]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/files.el (basic-save-buffer): Fix argument
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 22 Apr 2015 10:53:00 +0000 (11:53 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 22 Apr 2015 10:53:00 +0000 (11:53 +0100)
lisp/files.el

index fd7293bf8a0671ae9372e9e85c0cb4da97e0f2e6..045eeaf154cf42b47cdc1a471c2a0972dcfcfd34 100644 (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)