From 172892e3973182349f5ce43c02281fb4358d1e13 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 23 Feb 2006 23:14:01 +0000 Subject: [PATCH] (help): Revert last part of 2006-02-23 change (deletion of the `provide' call). --- lisp/ChangeLog | 7 ++++++- lisp/help.el | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 + + * help.el (help): Revert last part of 2006-02-23 change (deletion + of the `provide' call). + 2006-02-23 Juri Linkov * 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 -- 2.39.2