diff lisp/faces.el @ 62534:bf6a0cd0e835

(list-faces-display): Make back button respect optional regexp arg.
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 19 May 2005 20:54:42 +0000
parents e371d32adcb5
children de74a397ff54 21eea50897a7 f042e7c0fe20
line wrap: on
line diff
--- a/lisp/faces.el	Thu May 19 19:26:47 2005 +0000
+++ b/lisp/faces.el	Thu May 19 20:54:42 2005 +0000
@@ -1184,7 +1184,7 @@
 	  (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)))