From 2dade9c6789ca8a68fb86413e2a7ab7d197fa1e5 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Thu, 19 May 2005 00:12:37 +0000 Subject: [PATCH] (list-faces-display): Provide button when describe-face is called to take user back to the list of faces. --- lisp/faces.el | 1 + 1 file changed, 1 insertion(+) 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))) -- 2.39.5