mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-07 16:10:46 -08:00
; Fix clean up of local variables in Help buffers
* lisp/help-mode.el (help-setup-xref): Kill local values of 'xref-backend-functions' and 'semantic-symref-filepattern-alist' regardless of 'outline-minor-mode'.
This commit is contained in:
parent
069ecc9c4c
commit
9f54f24e94
1 changed files with 3 additions and 3 deletions
|
|
@ -518,9 +518,9 @@ restore it properly when going back."
|
|||
outline-minor-mode-highlight
|
||||
outline-minor-mode-use-buttons
|
||||
outline-default-state
|
||||
outline-default-rules
|
||||
xref-backend-functions
|
||||
semantic-symref-filepattern-alist)))
|
||||
outline-default-rules)))
|
||||
(kill-local-variable 'xref-backend-functions)
|
||||
(kill-local-variable 'semantic-symref-filepattern-alist)
|
||||
(when help-xref-stack-item
|
||||
(push (cons (point) help-xref-stack-item) help-xref-stack)
|
||||
(setq help-xref-forward-stack nil))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue