Function: tag-find-file-of-tag

tag-find-file-of-tag is a byte-compiled function defined in etags.el.gz.

Signature

(tag-find-file-of-tag FILE)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
(defun tag-find-file-of-tag (file) ; Doc string?
  (let ((buf (tag-find-file-of-tag-noselect file)))
    (condition-case nil
	(switch-to-buffer buf)
      (error (pop-to-buffer buf)))))