]> git.eshelyaron.com Git - emacs.git/commit
Suppress warning about obsolete function custom-show
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 12 Jun 2019 14:33:00 +0000 (16:33 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 12 Jun 2019 14:33:00 +0000 (16:33 +0200)
commit669ca750599979a64753979046619a798b44b414
tree7cfa76bdb5de0bf8aaf2f0e129ad6d52df9fb7ba
parenta5cc98c38e5f78499170e05077b1e297153bc498
Suppress warning about obsolete function custom-show

* lisp/cus-edit.el (custom-variable-value-create): Suppress
warning about obsolete function custom-show.  The widget this
supports has been obsolete since Emacs 24, but we should perhaps
be very conservative about removing widget types, so suppress the
warning instead of removing the widget type.
lisp/cus-edit.el