]> git.eshelyaron.com Git - emacs.git/commit
Stop dropping the tag when creating the custom-variable widget
authorMauro Aranda <maurooaranda@gmail.com>
Sun, 13 Dec 2020 13:44:30 +0000 (10:44 -0300)
committerMauro Aranda <maurooaranda@gmail.com>
Sun, 13 Dec 2020 13:44:30 +0000 (10:44 -0300)
commit897b8561cdc856fb40b2a3c6f29230849aaf4a34
tree8f44fc7134674211982c1014da6f873d77e6b08b
parentf7133be7ae4eda5b3688728f19cac39de7e862a3
Stop dropping the tag when creating the custom-variable widget

* lisp/cus-edit.el (custom-variable-value-create): Obey the specified
tag format when creating the variable tag, but stop dropping the tag
format for the variable's type widget, since the tag can be used to
give useful information to the user about the variable.  (Bug#35133)
lisp/cus-edit.el