projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6dfa0b
)
(mime-setup-enable-inline-image): Use `(featurep 'xemacs)' instead of
author
morioka
<morioka>
Wed, 21 Oct 1998 04:07:57 +0000
(
04:07
+0000)
committer
morioka
<morioka>
Wed, 21 Oct 1998 04:07:57 +0000
(
04:07
+0000)
`running-xemacs'.
semi-setup.el
patch
|
blob
|
history
diff --git
a/semi-setup.el
b/semi-setup.el
index
e7decc8
..
9137f02
100644
(file)
--- a/
semi-setup.el
+++ b/
semi-setup.el
@@
-44,7
+44,7
@@
it is used as hook to set."
;; for image/* and X-Face
(defvar mime-setup-enable-inline-image
(and window-system
- (or running-xemacs
+ (or (featurep 'xemacs)
(and (featurep 'mule)(module-installed-p 'bitmap))
))
"*If it is non-nil, semi-setup sets up to use mime-image.")