summaryrefslogtreecommitdiff
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
parent32670900cec4259f86efe945105b4e81f8c17f89 (diff)
downloademacs-172892e3973182349f5ce43c02281fb4358d1e13.tar.gz
(help): Revert last part of 2006-02-23 change (deletion of the `provide' call).
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/help.el3
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b445a94a9f0..52c222bc36d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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
@@ -290,7 +295,7 @@
* 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.
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