(const :tag "Except for commands listed below" not)
(repeat :inline t (symbol :tag "command")))))
-(defcustom xref-after-jump-hook '(recenter
- xref-pulse-momentarily)
+(defcustom xref-after-jump-hook '(xref-pulse-momentarily)
"Functions called after jumping to an xref.
Also see `xref-current-item'."
:type 'hook)
:version "29.1"
:package-version '(xref . "1.6.0"))
-(make-obsolete-variable 'xref--marker-ring 'xref--history "29.1")
-
(defun xref-set-marker-ring-length (_var _val)
(declare (obsolete
"this function has no effect: Xref marker ring is now unlimited in size"