# HG changeset patch # User Glenn Morris # Date 1196412056 0 # Node ID 212857b620d4bc6aca1b396e5d794e1db923a377 # Parent 11128e445a45801821fe8310556313f70baa86e0 (idlwave-sintern-structtag): Fix declaration. diff -r 11128e445a45 -r 212857b620d4 lisp/progmodes/idlw-complete-structtag.el --- a/lisp/progmodes/idlw-complete-structtag.el Fri Nov 30 08:39:44 2007 +0000 +++ b/lisp/progmodes/idlw-complete-structtag.el Fri Nov 30 08:40:56 2007 +0000 @@ -103,7 +103,7 @@ (defvar idlwave-sint-structtags nil) ;; Create the sintern type for structure talks -(declare-function idlwave-sintern-structtag "idlwave" t t) +(declare-function idlwave-sintern-structtag "idlw-complete-structtag" t t) (idlwave-new-sintern-type 'structtag) ;; Hook the plugin into idlwave