1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Ensure point at beginning of source help buffer, so class/tag finding works.

This commit is contained in:
J.D. Smith 2006-04-20 19:45:16 +00:00
parent a650b502fe
commit 5a02d811ed

View file

@ -864,6 +864,7 @@ This function can be used as `idlwave-extra-help-function'."
(erase-buffer)
(insert-file-contents file nil nil nil 'replace))
(idlwave-help-error name type class keyword)))
(goto-char (point-min))
(if (and idlwave-help-fontify-source-code (not in-buf))
(idlwave-help-fontify)))
(idlwave-help-error name type class keyword))