1
0
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:
Richard M. Stallman 1994-08-28 07:37:42 +00:00
parent b9a7407ff9
commit f7d786d0cb

View File

@ -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.