Function: etags-regen--choose-tags-file

etags-regen--choose-tags-file is a byte-compiled function defined in etags-regen.el.gz.

Signature

(etags-regen--choose-tags-file PROJ)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags-regen.el.gz
(defun etags-regen--choose-tags-file (proj)
  (if (functionp etags-regen-tags-file)
      (funcall etags-regen-tags-file (project-root proj))
    (expand-file-name etags-regen-tags-file (project-root proj))))