Unbreak no-op buffer save message
commit4364839ea65448f7159b7b110c472769fc761fe4
authorDaniel Colascione <dancol@dancol.org>
Tue, 21 Apr 2015 19:26:44 +0000 (21 12:26 -0700)
committerDaniel Colascione <dancol@dancol.org>
Tue, 21 Apr 2015 19:26:44 +0000 (21 12:26 -0700)
treec1e71656010e04a75ba8a774396fdf15b72a2cfa
parent79fa7d7b75fa71d4332675ca28608b484731e09a
Unbreak no-op buffer save message

* lisp/files.el (save-buffer): Pass interactive flag to `basic-save-buffer`
(basic-save-buffer): Accept called-interactively as an argument instead of
directly invoking called-interactively-p, which will always yield nil
in that context.
lisp/files.el