changeset 39730:620762a412a6

(button): New require.
author Miles Bader <miles@gnu.org>
date Tue, 09 Oct 2001 12:09:25 +0000
parents 05093dfba0b4
children 0fbd04880396
files lisp/apropos.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/apropos.el	Tue Oct 09 11:21:59 2001 +0000
+++ b/lisp/apropos.el	Tue Oct 09 12:09:25 2001 +0000
@@ -57,6 +57,8 @@
 
 ;;; Code:
 
+(require 'button)
+
 (defgroup apropos nil
   "Apropos commands for users and programmers"
   :group 'help