diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-10-21 18:54:55 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-10-21 18:54:55 +0000 |
commit | 5f2022a3f4e134b3eed5a2100bef23e757449095 (patch) | |
tree | 782193eefcfe025113f83f5dc4946667b7a5809c /lisp/help-fns.el | |
parent | 5c646d5a31903acabeb267a69f6fa7d1f21dcad7 (diff) | |
download | emacs-5f2022a3f4e134b3eed5a2100bef23e757449095.tar.gz |
Don't require help-mode (to avoid bootstrap issues).
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r-- | lisp/help-fns.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index eed605e3e93..9af6e38c491 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -32,8 +32,6 @@ ;;; Code: -(require 'help-mode) - ;; Functions ;;;###autoload |