]> git.eshelyaron.com Git - emacs.git/commit
Improve Custom's treatment of obsolete options (bug#5742)
authorGlenn Morris <rgm@gnu.org>
Fri, 15 Dec 2017 01:22:08 +0000 (20:22 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 15 Dec 2017 01:22:08 +0000 (20:22 -0500)
commitddcd6e63d1624c03a227c5ae4abca2443c28430d
treef62edc1223dfa674d923f7737ff10592e95386d5
parent94b52207cf0bd25d3e8052b01bda945e8718bd12
Improve Custom's treatment of obsolete options (bug#5742)

* lisp/cus-edit.el (custom-variable-obsolete): New face.
(custom-variable-documentation): Include obsolescence information.
(custom-variable-value-create): Use different face for obsolete items.
(custom-face-documentation): New function.
(custom-face): Use custom-face-documentation.
* lisp/info-look.el (info-lookup-guess-custom-symbol):
Add custom-variable-obsolete face.
lisp/cus-edit.el
lisp/info-look.el