branch: externals/idlwave
commit e65a0676cb959d30df530f5a30d996d6bb06e617
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>

    variables: require browse-url
---
 idlw-variables.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/idlw-variables.el b/idlw-variables.el
index d17a2961a4..0805b81e02 100644
--- a/idlw-variables.el
+++ b/idlw-variables.el
@@ -5,6 +5,9 @@
 ;; IDLWAVE variables, customizations, and constants
 
 ;;; Code
+
+(require 'browse-url)
+
 (defgroup idlwave nil
   "Major mode for editing IDL .pro files."
   :tag "IDLWAVE"

Reply via email to