emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/faces.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Thu, 19 May 2005 16:54:42 -0400

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.307 emacs/lisp/faces.el:1.308
*** emacs/lisp/faces.el:1.307   Thu May 19 00:12:37 2005
--- emacs/lisp/faces.el Thu May 19 20:54:42 2005
***************
*** 1184,1190 ****
          (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)))
--- 1184,1190 ----
          (save-excursion
            (save-match-data
              (search-backward face-name)
!             (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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]