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:
parent
a650b502fe
commit
5a02d811ed
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue