]> code.delx.au - gnu-emacs/commit
* lisp/faces.el (faces--attribute-at-point): Fix an issue
authorArtur Malabarba <bruce.connor.am@gmail.com>
Sun, 15 Nov 2015 18:42:20 +0000 (18:42 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Sun, 15 Nov 2015 18:43:28 +0000 (18:43 +0000)
commit4f19767dfa527955b94c9133e8ce03cf1c766750
treedf8992897099b41e98845d549466ca0cdf445753
parent8121757b3ae6cbb7a7bac12b11ac32f243657aee
* lisp/faces.el (faces--attribute-at-point): Fix an issue

Previous code would signal an error when the face at point was
a manually built list of attributes such as '(:foregroud "white").

* test/automated/faces-tests.el (faces--test-color-at-point): Add a test
lisp/faces.el
test/automated/faces-tests.el