mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
help-setup-xref: Clean up xref backend before non-Lisp uses
* lisp/help-mode.el (help-setup-xref): Kill more local variables, previously set in help-fns--setup-xref-backend (bug#69462).
This commit is contained in:
parent
4d43fbe3f5
commit
bde00266db
1 changed files with 3 additions and 1 deletions
|
|
@ -518,7 +518,9 @@ restore it properly when going back."
|
||||||
outline-minor-mode-highlight
|
outline-minor-mode-highlight
|
||||||
outline-minor-mode-use-buttons
|
outline-minor-mode-use-buttons
|
||||||
outline-default-state
|
outline-default-state
|
||||||
outline-default-rules)))
|
outline-default-rules
|
||||||
|
xref-backend-functions
|
||||||
|
semantic-symref-filepattern-alist)))
|
||||||
(when help-xref-stack-item
|
(when help-xref-stack-item
|
||||||
(push (cons (point) help-xref-stack-item) help-xref-stack)
|
(push (cons (point) help-xref-stack-item) help-xref-stack)
|
||||||
(setq help-xref-forward-stack nil))
|
(setq help-xref-forward-stack nil))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue