]> git.eshelyaron.com Git - emacs.git/commit
Fix customizing user options of type face
authorMauro Aranda <maurooaranda@gmail.com>
Tue, 3 Nov 2020 13:02:51 +0000 (10:02 -0300)
committerMauro Aranda <maurooaranda@gmail.com>
Tue, 3 Nov 2020 13:02:51 +0000 (10:02 -0300)
commitbd8f4b04d51083bd61350c70c09daff4fd8bb61d
tree29e9ef1a45dadac057fa1d183eb8be8c9840d4c1
parent2d4c981b2112083e80195c0c258422e203048946
Fix customizing user options of type face

* lisp/cus-edit.el (face): Move the %f escape after the tag, because
otherwise customizing a face user option doesn't work:
custom-variable-value-create thinks that everything up until the first
":" is part of the tag, and the item widget doesn't know how to handle
the %f escape.
lisp/cus-edit.el