changeset 69131:aa9f0a1e543f

(help): Revert last part of 2006-02-23 change (deletion of the `provide' call).
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 23 Feb 2006 23:11:54 +0000
parents 54a278286129
children e4886b403acb
files lisp/help.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help.el	Thu Feb 23 22:18:21 2006 +0000
+++ b/lisp/help.el	Thu Feb 23 23:11:54 2006 +0000
@@ -972,5 +972,8 @@
 	 (funcall temp-buffer-max-height (current-buffer))
        temp-buffer-max-height))))
 
+
+(provide 'help)
+
 ;; arch-tag: cf427352-27e9-49b7-9a6f-741ebab02423
 ;;; help.el ends here