branch: externals/idlwave
commit 2672e741e534d3559238af071ee150d080600589
Author: jdsmith <jdsmith>
Commit: jdsmith <jdsmith>

    - Make sure 'idlwave is loaded.
---
 idlw-complete-structtag.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/idlw-complete-structtag.el b/idlw-complete-structtag.el
index 58fa0cfe81..eebe185d02 100644
--- a/idlw-complete-structtag.el
+++ b/idlw-complete-structtag.el
@@ -4,7 +4,7 @@
 ;; Author: Carsten Dominik <domi...@astro.uva.nl>
 ;; Maintainer: J.D. Smith <jdsm...@as.arizona.edu>
 ;; Version: 1.2
-;; Date: $Date: 2006/02/20 01:32:10 $
+;; Date: $Date: 2006/08/22 05:15:50 $
 ;; Keywords: languages
 
 ;; This file is part of GNU Emacs.
@@ -88,6 +88,7 @@
 ;;  - You can force an update of the tag list with the usual command
 ;;    to update routine info in IDLWAVE: C-c C-i
 
+(require 'idlwave)
 
 ;; Some variables to identify the previously used structure
 (defvar idlwave-current-tags-var nil)

Reply via email to