# HG changeset patch # User J.D. Smith # Date 1145562316 0 # Node ID 49dd98fd173c50739c8d697bba092be4a71f2a1a # Parent 52f45f5f80a6a9c57ed134d4fd53af941feec86d Ensure point at beginning of source help buffer, so class/tag finding works. diff -r 52f45f5f80a6 -r 49dd98fd173c lisp/progmodes/idlw-help.el --- a/lisp/progmodes/idlw-help.el Thu Apr 20 12:17:26 2006 +0000 +++ b/lisp/progmodes/idlw-help.el Thu Apr 20 19:45:16 2006 +0000 @@ -864,6 +864,7 @@ (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))