mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/faces.el (read-face-name): Expose all lambdas to the compiler
This commit is contained in:
parent
9f91a1c3eb
commit
6c99e4e384
1 changed files with 10 additions and 10 deletions
|
|
@ -1145,8 +1145,8 @@ returned. Otherwise, DEFAULT is returned verbatim."
|
||||||
(format-prompt prompt default)
|
(format-prompt prompt default)
|
||||||
(format "%s: " prompt)))
|
(format "%s: " prompt)))
|
||||||
(completion-extra-properties
|
(completion-extra-properties
|
||||||
'(:affixation-function
|
`(:affixation-function
|
||||||
(lambda (faces)
|
,(lambda (faces)
|
||||||
(mapcar
|
(mapcar
|
||||||
(lambda (face)
|
(lambda (face)
|
||||||
(list face
|
(list face
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue