diff options
Diffstat (limited to 'lisp/button.el')
-rw-r--r-- | lisp/button.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/button.el b/lisp/button.el index aedd07b762d..acf76464332 100644 --- a/lisp/button.el +++ b/lisp/button.el @@ -130,6 +130,7 @@ In addition, the keyword argument :supertype may be used to specify a `button-type' from which NAME inherits its default property values (however, the inheritance happens only when NAME is defined; subsequent changes to a supertype are not reflected in its subtypes)." + (declare (indent defun)) (let ((catsym (make-symbol (concat (symbol-name name) "-button"))) (super-catsym (button-category-symbol |