# HG changeset patch # User Juanma Barranquero # Date 1140736314 0 # Node ID aa9f0a1e543fb10d96086db3f76e88ff06976a3d # Parent 54a278286129328e366941fcd870358e1a9823bf (help): Revert last part of 2006-02-23 change (deletion of the `provide' call). diff -r 54a278286129 -r aa9f0a1e543f lisp/help.el --- 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