Fix a typo
This commit is contained in:
parent
62b33d1c98
commit
3b5ac377a0
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ Will only occur if prelude-whitespace is also enabled."
|
|||
(file-writable-p buffer-file-name))
|
||||
(save-buffer)))
|
||||
|
||||
(defadvice switch-to-buffer (before save-buffer-now activate)
|
||||
(defadvice switch-to-buffer (before switch-buffer-now activate)
|
||||
"Invoke `prelude-auto-save-command' before `switch-to-window'."
|
||||
(prelude-auto-save-command))
|
||||
(defadvice other-window (before other-window-now activate)
|
||||
|
|
Loading…
Reference in a new issue