From: Juanma Barranquero Date: Sun, 13 Apr 2008 01:46:58 +0000 (+0000) Subject: (read-face-name): Use `completion-table-in-turn', not `complete-in-turn'. X-Git-Tag: emacs-pretest-23.0.90~6297 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45555ebeed6961214891685f3ee66673ab17c54d;p=emacs.git (read-face-name): Use `completion-table-in-turn', not `complete-in-turn'. --- diff --git a/lisp/faces.el b/lisp/faces.el index 5a0cc55a7e1..f30fc752fba 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -986,7 +986,7 @@ Otherwise, return a single face." (if faces (mapconcat 'symbol-name faces ",") string-describing-default)) (format "%s: " prompt)) - (complete-in-turn nonaliasfaces aliasfaces) + (completion-table-in-turn nonaliasfaces aliasfaces) nil t nil nil (if faces (mapconcat 'symbol-name faces ",")))) ;; Canonicalize the output.