aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/idlw-toolbar.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-08-09 11:42:05 +0000
committerRichard M. Stallman <[email protected]>2005-08-09 11:42:05 +0000
commitc56509c06c0b9e6a1a4b19c69e1ac8fab88c2367 (patch)
treeb4475414e30377f6502ad3548a58c36cda0fbd9b /lisp/progmodes/idlw-toolbar.el
parentc4ae5fdde85caa29b894955bba1369aa042945c3 (diff)
(idlwave-toolbar, idlwave-toolbar-is-possible): Add defvars.
Diffstat (limited to 'lisp/progmodes/idlw-toolbar.el')
-rw-r--r--lisp/progmodes/idlw-toolbar.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el
index 9592acb607..08dd08335b 100644
--- a/lisp/progmodes/idlw-toolbar.el
+++ b/lisp/progmodes/idlw-toolbar.el
@@ -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