From df7d4e1132aa9a4f2f710f7d493ecf7b81365ac6 Mon Sep 17 00:00:00 2001 From: hayashi Date: Wed, 23 Feb 2000 06:31:41 +0000 Subject: [PATCH] Fix typo --- semi-setup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semi-setup.el b/semi-setup.el index 65391b2..a5526fc 100644 --- a/semi-setup.el +++ b/semi-setup.el @@ -42,7 +42,7 @@ it is used as hook to set." ;; for image/* and X-Face (defvar mime-setup-enable-inline-image (and window-system - (or (featurep 'xemacs) (featurep 'mule)))) + (or (featurep 'xemacs) (featurep 'mule))) "*If it is non-nil, semi-setup sets up to use mime-image.") (if mime-setup-enable-inline-image -- 1.7.10.4