* lisp/files.el (diff-no-select): Declare.
This commit is contained in:
parent
e554b3f832
commit
66f782de2e
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2010-12-10 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* files.el (diff-no-select): Declare.
|
||||
|
||||
* mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
|
||||
(report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
|
||||
|
||||
|
|
|
@ -4500,6 +4500,9 @@ Before and after saving the buffer, this function runs
|
|||
(setq buffer-backed-up nil))))))
|
||||
setmodes))
|
||||
|
||||
(declare-function diff-no-select "diff"
|
||||
(old new &optional switches no-async buf))
|
||||
|
||||
(defvar save-some-buffers-action-alist
|
||||
`((?\C-r
|
||||
,(lambda (buf)
|
||||
|
|
Loading…
Add table
Reference in a new issue