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:
0517b0f
)
Don't use HIRAGANA LETTER A (
\e
$B$"
\e
(B) to detect character indexing (Emacs
author
morioka
<morioka>
Wed, 22 Apr 1998 08:40:55 +0000
(08:40 +0000)
committer
morioka
<morioka>
Wed, 22 Apr 1998 08:40:55 +0000
(08:40 +0000)
20.3 or later).
EMU-ELS
patch
|
blob
|
history
diff --git
a/EMU-ELS
b/EMU-ELS
index
625789e
..
17d9275
100644
(file)
--- a/
EMU-ELS
+++ b/
EMU-ELS
@@
-25,7
+25,8
@@
)
(running-mule-merged-emacs
;; for Emacs 20.1 or later
- (cons (if (= (length "
\e
$B$"
\e
(B") 1)
+ (cons (if (and (fboundp 'set-buffer-multibyte)
+ (subrp (symbol-function 'set-buffer-multibyte)))
'emu-e20_3 ; for Emacs 20.3
'emu-e20_2 ; for Emacs 20.1 and 20.2
)