mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
(after-find-file-from-revert-buffer): Add defvar.
This commit is contained in:
parent
b9a7407ff9
commit
f7d786d0cb
@ -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…
Reference in New Issue
Block a user