]> git.eshelyaron.com Git - emacs.git/commitdiff
(help): Revert last part of 2006-02-23 change (deletion of the `provide' call).
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 23 Feb 2006 23:14:01 +0000 (23:14 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 23 Feb 2006 23:14:01 +0000 (23:14 +0000)
lisp/ChangeLog
lisp/help.el

index b445a94a9f035dc71d0ea6dc59658ea696ee507f..52c222bc36dd6007df82210d49bb42f300407ca8 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * help.el (help): Revert last part of 2006-02-23 change (deletion
+       of the `provide' call).
+
 2006-02-23  Juri Linkov  <juri@jurta.org>
 
        * compare-w.el (compare-windows-highlight): Add new value
        * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
        (gdb-var-update-handler): Detect out of scope variables with pre
        GDB 6.4 too.
-       (gdb-post-prompt): Revert changet 2006-02-17 (force update).
+       (gdb-post-prompt): Revert change from 2006-02-17 (force update).
        Reset status of variable objects to nil in update handlers.
        (gdb-var-update-handler-1): Detect when a variable object comes
        in scope.  setcar on var changes gdb-var-list directly.
index 14de292dd13878a28fb9d3b66bda99292649ad36..bed25366aab3ff0499d0c54732e5fcb486f6a1ac 100644 (file)
@@ -972,5 +972,8 @@ out of view."
         (funcall temp-buffer-max-height (current-buffer))
        temp-buffer-max-height))))
 
+\f
+(provide 'help)
+
 ;; arch-tag: cf427352-27e9-49b7-9a6f-741ebab02423
 ;;; help.el ends here