diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-05-19 00:12:37 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-05-19 00:12:37 +0000 |
commit | 2dade9c6789ca8a68fb86413e2a7ab7d197fa1e5 (patch) | |
tree | 404362960e8569922dbb6b22fbd017356f49b3ca /lisp/faces.el | |
parent | 639ec7659c0877c5d07a64c4507964582a61163d (diff) | |
download | emacs-2dade9c6789ca8a68fb86413e2a7ab7d197fa1e5.tar.gz |
(list-faces-display): Provide button when describe-face
is called to take user back to the list of faces.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 6f8f3336450..c1a05d9dd05 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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))) |