diff --git a/lisp/faces.el b/lisp/faces.el index 8f93f9b2c0c..7eacc40443a 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1145,16 +1145,16 @@ returned. Otherwise, DEFAULT is returned verbatim." (format-prompt prompt default) (format "%s: " prompt))) (completion-extra-properties - '(:affixation-function - (lambda (faces) - (mapcar - (lambda (face) - (list face - (concat (propertize read-face-name-sample-text - 'face face) - "\t") - "")) - faces)))) + `(:affixation-function + ,(lambda (faces) + (mapcar + (lambda (face) + (list face + (concat (propertize read-face-name-sample-text + 'face face) + "\t") + "")) + faces)))) aliasfaces nonaliasfaces faces) ;; Build up the completion tables. (mapatoms (lambda (s)