]> git.eshelyaron.com Git - emacs.git/commitdiff
(list-faces-display): Make back button respect optional regexp arg.
authorNick Roberts <nickrob@snap.net.nz>
Thu, 19 May 2005 20:57:04 +0000 (20:57 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 19 May 2005 20:57:04 +0000 (20:57 +0000)
lisp/ChangeLog
lisp/faces.el

index 4429d86da0b5566b27ccd7632d4054db1fdf9320..95a763245a5680cffac33118772e461f482c2889 100644 (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)
index c1a05d9dd050a6bc83db96012d17675aae1b88c1..74a8a1cbb47246b5cf8fa644d39a5b2496592606 100644 (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)))