diff options
author | J.D. Smith <jdsmith@as.arizona.edu> | 2006-04-06 19:23:33 +0000 |
---|---|---|
committer | J.D. Smith <jdsmith@as.arizona.edu> | 2006-04-06 19:23:33 +0000 |
commit | 8fe9dc245dd0c01e9041fd3b3bb17eb2d9adaad9 (patch) | |
tree | 863f66a6729ebbf1a2429645abafa07f60dd4024 /lisp/progmodes/idlw-help.el | |
parent | 3e45722587c5b1e9ccd306d073a1141e44a98263 (diff) | |
download | emacs-8fe9dc245dd0c01e9041fd3b3bb17eb2d9adaad9.tar.gz |
Removed spurious require, avoiding recursive loads.
Diffstat (limited to 'lisp/progmodes/idlw-help.el')
-rw-r--r-- | lisp/progmodes/idlw-help.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el index d5f9da9ad4c..c2fc13cf505 100644 --- a/lisp/progmodes/idlw-help.el +++ b/lisp/progmodes/idlw-help.el @@ -40,7 +40,6 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(require 'idlwave) ;;; Code: (defvar idlwave-help-browse-url-available nil |