diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index 53e6f779b3..c748bdebfb 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el @@ -730,9 +730,7 @@ hi-lock-read-face-name (if (and hi-lock-auto-select-face (not current-prefix-arg)) (setq face (or (pop hi-lock--unused-faces) (car defaults))) (setq face (symbol-name - (read-face-name - (format-prompt "Highlight using face" (car defaults)) - defaults))) + (read-face-name "Highlight using face" defaults))) ;; Update list of un-used faces. (setq hi-lock--unused-faces (remove face hi-lock--unused-faces)) ;; Grow the list of defaults.