]> git.eshelyaron.com Git - emacs.git/commitdiff
(list-faces-display): Provide button when describe-face
authorNick Roberts <nickrob@snap.net.nz>
Thu, 19 May 2005 00:12:37 +0000 (00:12 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 19 May 2005 00:12:37 +0000 (00:12 +0000)
is called to take user back to  the list of faces.

lisp/faces.el

index 6f8f3336450b225d4462682d74d01d1e01f6a89c..c1a05d9dd050a6bc83db96012d17675aae1b88c1 100644 (file)
@@ -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)))