]> git.eshelyaron.com Git - emacs.git/commit
Use lexical-binding in button.el
authorBasil L. Contovounesios <contovob@tcd.ie>
Tue, 1 Oct 2019 01:22:31 +0000 (02:22 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Thu, 3 Oct 2019 22:04:56 +0000 (23:04 +0100)
commit660d509acd9da23d9795b5aaa12a5453e6c61bbd
tree4fd424981445285c7d55894aef5cb7ebee7599f8
parentf12fcdf4cd878b7b3f1221c5818fe221cb339724
Use lexical-binding in button.el

* lisp/button.el: Use lexical-binding.  Expand Keywords header.
Quote function symbols as such.  Use ;;;-comments where appropriate.
(button): Remove outdated commentary of defface.
(define-button-type, make-button, insert-button, make-text-button)
(insert-text-button): Clarify in docstring that PROPERTIES argument
is a plist.
(button-type-subtype-p, button-has-type-p): Do not overspecify
return value in docstring.
(button-put): Fix typo in commentary.
lisp/button.el