Mercurial > emacs
changeset 86868:11128e445a45
(idlwave-sintern-structtag): Declare as a function.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 30 Nov 2007 08:39:44 +0000 |
parents | 67545904e9eb |
children | 212857b620d4 |
files | lisp/progmodes/idlw-complete-structtag.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/idlw-complete-structtag.el Fri Nov 30 08:37:01 2007 +0000 +++ b/lisp/progmodes/idlw-complete-structtag.el Fri Nov 30 08:39:44 2007 +0000 @@ -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