mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(after-find-file-from-revert-buffer): Add defvar.
This commit is contained in:
parent
b9a7407ff9
commit
f7d786d0cb
1 changed files with 2 additions and 0 deletions
|
|
@ -740,6 +740,8 @@ The buffer is not selected, just returned to the caller."
|
|||
(after-find-file error (not nowarn))))
|
||||
buf)))
|
||||
|
||||
(defvar after-find-file-from-revert-buffer nil)
|
||||
|
||||
(defun after-find-file (&optional error warn noauto
|
||||
after-find-file-from-revert-buffer)
|
||||
"Called after finding a file and by the default revert function.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue