diff options
| -rw-r--r-- | lisp/apropos.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 57 | 57 | ||
| 58 | ;;; Code: | 58 | ;;; Code: |
| 59 | 59 | ||
| 60 | (require 'button) | ||
| 61 | |||
| 60 | (defgroup apropos nil | 62 | (defgroup apropos nil |
| 61 | "Apropos commands for users and programmers" | 63 | "Apropos commands for users and programmers" |
| 62 | :group 'help | 64 | :group 'help |