Variable: goto-tag-location-function

goto-tag-location-function is a variable defined in etags.el.gz.

Value

nil

Documentation

Function of to go to the location in the buffer specified by a tag.

One argument, the tag info returned by snarf-tag-function.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
(defvar goto-tag-location-function nil
  "Function of to go to the location in the buffer specified by a tag.
One argument, the tag info returned by `snarf-tag-function'.")