From: Glenn Morris Date: Fri, 30 Nov 2007 08:39:44 +0000 (+0000) Subject: (idlwave-sintern-structtag): Declare as a function. X-Git-Tag: emacs-pretest-23.0.90~9226 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c65e95328190d327796ba5d5d26f58ae093a9b30;p=emacs.git (idlwave-sintern-structtag): Declare as a function. --- diff --git a/lisp/progmodes/idlw-complete-structtag.el b/lisp/progmodes/idlw-complete-structtag.el index e88041423f1..09748084ec5 100644 --- a/lisp/progmodes/idlw-complete-structtag.el +++ b/lisp/progmodes/idlw-complete-structtag.el @@ -103,6 +103,7 @@ (defvar idlwave-sint-structtags nil) ;; Create the sintern type for structure talks +(declare-function idlwave-sintern-structtag "idlwave" t t) (idlwave-new-sintern-type 'structtag) ;; Hook the plugin into idlwave