emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-help.el


From: John-David T. Smith
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-help.el
Date: Thu, 20 Apr 2006 19:45:16 +0000

Index: emacs/lisp/progmodes/idlw-help.el
diff -u emacs/lisp/progmodes/idlw-help.el:1.14 
emacs/lisp/progmodes/idlw-help.el:1.15
--- emacs/lisp/progmodes/idlw-help.el:1.14      Thu Apr  6 19:23:33 2006
+++ emacs/lisp/progmodes/idlw-help.el   Thu Apr 20 19:45:16 2006
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]