diff options
| -rw-r--r-- | lisp/faces.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 8cc69cbea7d..4d3d3191098 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -1135,6 +1135,7 @@ Value is a list (FACE NEW-VALUE) where FACE is the face read | |||
| 1135 | ;; The name list-faces would be more consistent, but let's avoid a | 1135 | ;; The name list-faces would be more consistent, but let's avoid a |
| 1136 | ;; conflict with Lucid, which uses that name differently. | 1136 | ;; conflict with Lucid, which uses that name differently. |
| 1137 | 1137 | ||
| 1138 | (defvar help-xref-stack) | ||
| 1138 | (defun list-faces-display () | 1139 | (defun list-faces-display () |
| 1139 | "List all faces, using the same sample text in each. | 1140 | "List all faces, using the same sample text in each. |
| 1140 | The sample text is a string that comes from the variable | 1141 | The sample text is a string that comes from the variable |