Variable: snarf-tag-function
snarf-tag-function is a variable defined in etags.el.gz.
Value
nil
Documentation
Function to get info about a matched tag for goto-tag-location-function.
One optional argument, specifying to use explicit tag (non-nil) or not (nil). The default is nil.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
(defvar snarf-tag-function nil
"Function to get info about a matched tag for `goto-tag-location-function'.
One optional argument, specifying to use explicit tag (non-nil) or not (nil).
The default is nil.")