Function: follow-find-file-hook
follow-find-file-hook is a byte-compiled function defined in
follow.el.gz.
Signature
(follow-find-file-hook)
Documentation
Find-file hook for Follow mode. See the variable follow-auto.
Source Code
;; Defined in /usr/src/emacs/lisp/follow.el.gz
(defun follow-find-file-hook ()
"Find-file hook for Follow mode. See the variable `follow-auto'."
(if follow-auto (follow-mode 1)))