1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

(list-faces-display): Make back button respect optional regexp arg.

This commit is contained in:
Nick Roberts 2005-05-19 20:57:04 +00:00
parent fe38e3b0c3
commit 35a0a8aaeb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
* faces.el (list-faces-display): Make back button respect optional
regexp arg.
2005-05-19 Juanma Barranquero <lekktu@gmail.com>
* calculator.el (calculator-radix-grouping-mode)

View File

@ -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)))