From: yamaoka Date: Tue, 20 Feb 2001 22:28:21 +0000 (+0000) Subject: * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `. X-Git-Tag: wl-2_6-root~93 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=746341c80d0f5d5e042a92aadcc20aad70d9d814;hp=fda2f6227f8f07c75d04d1bef99e3c5c63be97c3;p=elisp%2Fwanderlust.git * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 8a1ed20..3080f7e 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,9 @@ 2001-02-20 Katsumi Yamaoka + * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `. + +2001-02-20 Katsumi Yamaoka + * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to `wl-use-toolbar' nor `display-graphic-p'. (wl-e21-setup-message-toolbar): Ditto. diff --git a/wl/wl-demo.el b/wl/wl-demo.el index 5210f26..e846d66 100644 --- a/wl/wl-demo.el +++ b/wl/wl-demo.el @@ -224,27 +224,27 @@ any conversions and evaluate FORMS there like `progn'." (eval-when-compile (defmacro wl-demo-image-type-alist () - (` (append (if (and (get 'wl-logo-xpm 'width) - (or (and (featurep 'xemacs) - (featurep 'xpm) - (device-on-window-system-p)) - (and wl-on-emacs21 - (display-graphic-p) - (image-type-available-p 'xpm)))) - '(("xpm" . xpm))) - (if (and (get 'wl-logo-xbm 'width) - (or (and (featurep 'xemacs) - (device-on-window-system-p)) - (and wl-on-emacs21 - (display-graphic-p) - (image-type-available-p 'xbm)))) - '(("xbm" . xbm))) - (if (and (get 'wl-logo-bitmap 'width) - (not (featurep 'xemacs)) - window-system - (featurep 'bitmap)) - '(("bitmap" . bitmap))) - '(("ascii")))))) + '(append (if (and (get 'wl-logo-xpm 'width) + (or (and (featurep 'xemacs) + (featurep 'xpm) + (device-on-window-system-p)) + (and wl-on-emacs21 + (display-graphic-p) + (image-type-available-p 'xpm)))) + '(("xpm" . xpm))) + (if (and (get 'wl-logo-xbm 'width) + (or (and (featurep 'xemacs) + (device-on-window-system-p)) + (and wl-on-emacs21 + (display-graphic-p) + (image-type-available-p 'xbm)))) + '(("xbm" . xbm))) + (if (and (get 'wl-logo-bitmap 'width) + (not (featurep 'xemacs)) + window-system + (featurep 'bitmap)) + '(("bitmap" . bitmap))) + '(("ascii"))))) (defun wl-demo (&optional image-type) "Demo on the startup screen.