Mercurial > emacs
changeset 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 | 4694417f9930 |
children | f80fef683ab5 |
files | lisp/progmodes/idlw-toolbar.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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