summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-02-23 23:14:01 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-02-23 23:14:01 +0000
commit172892e3973182349f5ce43c02281fb4358d1e13 (patch)
tree47cfb834fc939bbab1362c63666b3d2fdbab8bca /lisp/help.el
parent32670900cec4259f86efe945105b4e81f8c17f89 (diff)
(help): Revert last part of 2006-02-23 change (deletion of the `provide' call).
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 14de292dd13..bed25366aab 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -972,5 +972,8 @@ out of view."
(funcall temp-buffer-max-height (current-buffer))
temp-buffer-max-height))))
+
+(provide 'help)
+
;; arch-tag: cf427352-27e9-49b7-9a6f-741ebab02423
;;; help.el ends here