]> git.eshelyaron.com Git - emacs.git/commitdiff
(idlwave-toolbar, idlwave-toolbar-is-possible): Add defvars.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 11:42:05 +0000 (11:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 11:42:05 +0000 (11:42 +0000)
lisp/progmodes/idlw-toolbar.el

index 9592acb607dc2854584cc26a412c6c68992997c5..08dd08335bb2ab1e4b14d7f6c81618bca5216fd4 100644 (file)
@@ -44,6 +44,9 @@
     (list 'image :type 'xpm :data image)))
 
 (defvar default-toolbar)
+(defvar idlwave-toolbar)
+(defvar idlwave-toolbar-is-possible)
+
 (if (not (or (and (featurep 'xemacs)                ; This is XEmacs
                  (featurep 'xpm)                   ; need xpm
                  (featurep 'toolbar))              ; ... and the toolbar