aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/faces.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 6f8f3336450..c1a05d9dd05 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1184,6 +1184,7 @@ arg, prompt for a regular expression."
1184 (save-excursion 1184 (save-excursion
1185 (save-match-data 1185 (save-match-data
1186 (search-backward face-name) 1186 (search-backward face-name)
1187 (setq help-xref-stack-item '(list-faces-display))
1187 (help-xref-button 0 'help-customize-face face))) 1188 (help-xref-button 0 'help-customize-face face)))
1188 (let ((beg (point)) 1189 (let ((beg (point))
1189 (line-beg (line-beginning-position))) 1190 (line-beg (line-beginning-position)))