mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
(list-faces-display): Provide button when describe-face
is called to take user back to the list of faces.
This commit is contained in:
parent
639ec7659c
commit
2dade9c678
@ -1184,6 +1184,7 @@ arg, prompt for a regular expression."
|
||||
(save-excursion
|
||||
(save-match-data
|
||||
(search-backward face-name)
|
||||
(setq help-xref-stack-item '(list-faces-display))
|
||||
(help-xref-button 0 'help-customize-face face)))
|
||||
(let ((beg (point))
|
||||
(line-beg (line-beginning-position)))
|
||||
|
Loading…
Reference in New Issue
Block a user