From: Miles Bader Date: Tue, 9 Oct 2001 12:09:25 +0000 (+0000) Subject: (button): New require. X-Git-Tag: ttn-vms-21-2-B4~19613 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=851befd40eed73eaf989b1afbfbfc983b38d8551;p=emacs.git (button): New require. --- diff --git a/lisp/apropos.el b/lisp/apropos.el index e235859c69c..ab4c04c0662 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -57,6 +57,8 @@ ;;; Code: +(require 'button) + (defgroup apropos nil "Apropos commands for users and programmers" :group 'help