Variable: server-visit-hook
server-visit-hook is a customizable variable defined in server.el.gz.
Value
nil
Documentation
Hook run when visiting a file for the Emacs server.
Source Code
;; Defined in /usr/src/emacs/lisp/server.el.gz
(defcustom server-visit-hook nil
"Hook run when visiting a file for the Emacs server."
:type 'hook)