# HG changeset patch # User Miles Bader # Date 1002629365 0 # Node ID 620762a412a618844ff2b2663a1ff065e3a43c59 # Parent 05093dfba0b48a0254e442682a147cce2a20b6e0 (button): New require. diff -r 05093dfba0b4 -r 620762a412a6 lisp/apropos.el --- 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