aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index fda91c047cd..085682a05a7 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -740,6 +740,8 @@ The buffer is not selected, just returned to the caller."
740 (after-find-file error (not nowarn)))) 740 (after-find-file error (not nowarn))))
741 buf))) 741 buf)))
742 742
743(defvar after-find-file-from-revert-buffer nil)
744
743(defun after-find-file (&optional error warn noauto 745(defun after-find-file (&optional error warn noauto
744 after-find-file-from-revert-buffer) 746 after-find-file-from-revert-buffer)
745 "Called after finding a file and by the default revert function. 747 "Called after finding a file and by the default revert function.