diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-05-19 20:57:04 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-05-19 20:57:04 +0000 |
commit | 35a0a8aaebd5c58e4a55c376facac28855810b3a (patch) | |
tree | 19b5c35bd343506cba1213b25f27556161565902 /lisp/faces.el | |
parent | fe38e3b0c3a2b331aee6ef390d333795487efffb (diff) | |
download | emacs-35a0a8aaebd5c58e4a55c376facac28855810b3a.tar.gz |
(list-faces-display): Make back button respect optional regexp arg.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index c1a05d9dd05..74a8a1cbb47 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1184,7 +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)) + (setq help-xref-stack-item `(list-faces-display ,regexp)) (help-xref-button 0 'help-customize-face face))) (let ((beg (point)) (line-beg (line-beginning-position))) |