Sync up with APEL 8.4.
authormorioka <morioka>
Wed, 22 Apr 1998 13:33:36 +0000 (13:33 +0000)
committermorioka <morioka>
Wed, 22 Apr 1998 13:33:36 +0000 (13:33 +0000)
ChangeLog
EMU-ELS
Makefile

index 1532786..9032ed6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * EMU-ELS: Don't use HIRAGANA LETTER A (\e$B$"\e(B) to detect character
+       indexing (Emacs 20.3 or later).
+
 1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * emu-x20.el, emu-e20.el (charsets-mime-charset-alist): Add
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
                      )
index 4a28bbc..03298ef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Makefile for APEL.
 #
 
-VERSION = 8.3
+VERSION = 8.4
 
 TAR    = tar
 RM     = /bin/rm -f