diff options
| author | Artur Malabarba | 2015-04-22 11:53:00 +0100 |
|---|---|---|
| committer | Artur Malabarba | 2015-04-22 11:53:00 +0100 |
| commit | 934968a2adea1b4a550f2a0d5a47fc5757bb9082 (patch) | |
| tree | 86afbc9460d96a20c931106353b10aac20975af1 | |
| parent | 3beb6b8b86f62762f9969b2d2393098c498eb04e (diff) | |
| download | emacs-934968a2adea1b4a550f2a0d5a47fc5757bb9082.tar.gz emacs-934968a2adea1b4a550f2a0d5a47fc5757bb9082.zip | |
* lisp/files.el (basic-save-buffer): Fix argument
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 4708 | the visited file in the usual way. | 4708 | the visited file in the usual way. |
| 4709 | Before and after saving the buffer, this function runs | 4709 | Before and after saving the buffer, this function runs |
| 4710 | `before-save-hook' and `after-save-hook', respectively." | 4710 | `before-save-hook' and `after-save-hook', respectively." |
| 4711 | (interactive) | 4711 | (interactive '(called-interactively)) |
| 4712 | (save-current-buffer | 4712 | (save-current-buffer |
| 4713 | ;; In an indirect buffer, save its base buffer instead. | 4713 | ;; In an indirect buffer, save its base buffer instead. |
| 4714 | (if (buffer-base-buffer) | 4714 | (if (buffer-base-buffer) |