]> code.delx.au - gnu-emacs/commit
Complete "initial" and "unset" in CSS mode
authorSimen Heggestøyl <simenheg@gmail.com>
Wed, 6 Jul 2016 17:25:10 +0000 (19:25 +0200)
committerSimen Heggestøyl <simenheg@gmail.com>
Wed, 6 Jul 2016 17:25:10 +0000 (19:25 +0200)
commitc0a5ae906d09c976eb4c90f3f5cd98089512318b
tree6bd18575586068b285279a1c14e5a93b97299559
parent2cbd80a5f8a75aa7516a9f0cc467b72c05e94b4a
Complete "initial" and "unset" in CSS mode

* lisp/textmodes/css-mode.el (css--complete-property-value): Make
"initial" and "unset" completion candidates for all CSS properties,
just like "inherit".

* test/lisp/textmodes/css-mode-tests.el
(css-test-complete-property-value): Update test to reflect the above
change.
lisp/textmodes/css-mode.el
test/lisp/textmodes/css-mode-tests.el