projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfa2e1c
)
(EMU_PREFIX): Use "emu" for Emacs 20.3 or later.
author
morioka
<morioka>
Sun, 11 Oct 1998 07:12:23 +0000
(07:12 +0000)
committer
morioka
<morioka>
Sun, 11 Oct 1998 07:12:23 +0000
(07:12 +0000)
APEL-CFG
patch
|
blob
|
history
diff --git
a/APEL-CFG
b/APEL-CFG
index
3d46908
..
7ffb24a
100644
(file)
--- a/
APEL-CFG
+++ b/
APEL-CFG
@@
-19,7
+19,9
@@
;; Please specify emu prefix [optional]
(setq EMU_PREFIX
- (if (string-match "XEmacs" emacs-version)
+ (if (or (featurep 'xemacs)
+ (and (fboundp 'set-buffer-multibyte)
+ (subrp (symbol-function 'set-buffer-multibyte))))
"emu"
""))