Variable: etags-xref-prefer-current-file

etags-xref-prefer-current-file is a customizable variable defined in etags.el.gz.

Value

nil

Documentation

Non-nil means show the matches in the current file first.

This variable was added, or its default value changed, in Emacs 28.1.

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags.el.gz
(defcustom etags-xref-prefer-current-file nil
  "Non-nil means show the matches in the current file first."
  :type 'boolean
  :version "28.1")