1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00

(help): Revert last part of 2006-02-23 change (deletion of the `provide' call).

This commit is contained in:
Juanma Barranquero 2006-02-23 23:14:01 +00:00
parent 32670900ce
commit 172892e397
2 changed files with 9 additions and 1 deletions

View 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
@ -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.

View File

@ -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