comparison lisp/progmodes/idlw-complete-structtag.el @ 86869:212857b620d4

(idlwave-sintern-structtag): Fix declaration.
author Glenn Morris <rgm@gnu.org>
date Fri, 30 Nov 2007 08:40:56 +0000
parents 11128e445a45
children 107ccd98fa12
comparison
equal deleted inserted replaced
86868:11128e445a45 86869:212857b620d4
101 ;; The tag list used for completion will be stored in the following vars 101 ;; The tag list used for completion will be stored in the following vars
102 (defvar idlwave-current-struct-tags nil) 102 (defvar idlwave-current-struct-tags nil)
103 (defvar idlwave-sint-structtags nil) 103 (defvar idlwave-sint-structtags nil)
104 104
105 ;; Create the sintern type for structure talks 105 ;; Create the sintern type for structure talks
106 (declare-function idlwave-sintern-structtag "idlwave" t t) 106 (declare-function idlwave-sintern-structtag "idlw-complete-structtag" t t)
107 (idlwave-new-sintern-type 'structtag) 107 (idlwave-new-sintern-type 'structtag)
108 108
109 ;; Hook the plugin into idlwave 109 ;; Hook the plugin into idlwave
110 (add-to-list 'idlwave-complete-special 'idlwave-complete-structure-tag) 110 (add-to-list 'idlwave-complete-special 'idlwave-complete-structure-tag)
111 (add-hook 'idlwave-update-rinfo-hook 'idlwave-structtag-reset) 111 (add-hook 'idlwave-update-rinfo-hook 'idlwave-structtag-reset)