branch: externals/idlwave
commit d7832545cb8e7a4420b9f21227079687801fd988
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
Setup help locations earlier.
---
idlwave.el | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/idlwave.el b/idlwave.el
index 54c025bb22..ccb4fa39fa 100644
--- a/idlwave.el
+++ b/idlwave.el
@@ -1997,9 +1997,6 @@ The main features of this mode are
;; Update the routine info with info about current buffer?
(idlwave-new-buffer-update)
- ;; Check help location
- (idlwave-help-check-locations)
-
;; Run the mode hook
(run-hooks 'idlwave-mode-hook))
@@ -2019,7 +2016,11 @@ The main features of this mode are
idlwave-path-file (expand-file-name
idlwave-path-file
idlwave-config-directory))
+ ;; Check and setup help location
(idlwave-read-paths) ; we may need these early
+
+ (idlwave-help-check-locations)
+
(setq idlwave-setup-done t)))
(defun idlwave-font-lock-fontify-region (beg end &optional verbose)