diff lisp/progmodes/idlw-toolbar.el @ 64836:4457ed27ac76

(idlwave-toolbar, idlwave-toolbar-is-possible): Add defvars.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 2005 11:42:05 +0000
parents 629afbe74e61
children dc49655f57ae 532e0a9335a9 2d92f5c9d6ae
line wrap: on
line diff
--- a/lisp/progmodes/idlw-toolbar.el	Tue Aug 09 11:41:11 2005 +0000
+++ b/lisp/progmodes/idlw-toolbar.el	Tue Aug 09 11:42:05 2005 +0000
@@ -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