Mercurial > emacs
changeset 62498:e371d32adcb5
(list-faces-display): Provide button when describe-face
is called to take user back to the list of faces.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Thu, 19 May 2005 00:12:37 +0000 |
parents | e4728ae2ecf8 |
children | 3de160e732f1 |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Thu May 19 00:11:48 2005 +0000 +++ b/lisp/faces.el Thu May 19 00:12:37 2005 +0000 @@ -1184,6 +1184,7 @@ (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)))