From 54e55a6d8bbdd78ace38f4ab6eda7935c11be5b7 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 9 Feb 1998 12:01:53 +0000 Subject: [PATCH] Don't require emu. --- canna.el | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/canna.el b/canna.el index 0ea53ea..768a8f6 100644 --- a/canna.el +++ b/canna.el @@ -5,7 +5,7 @@ ;; Author: Akira Kon ;; MORIOKA Tomohiko -;; Version: $Revision: 1.10 $ +;; Version: $Revision: 1.11 $ ;; Keywords: Canna, Japanese, input method, mule, multilingual ;; This file is not a part of Emacs yet. @@ -54,7 +54,7 @@ ;; end (defconst canna-rcs-version - "$Id: canna.el,v 1.10 1998-01-16 08:49:29 morioka Exp $") + "$Id: canna.el,v 1.11 1998-02-09 12:01:53 morioka Exp $") (defun canna-version () "Display version of canna.el in mini-buffer." @@ -67,9 +67,7 @@ )) " ..."))) -(require 'emu) - -(if running-xemacs +(if (featurep 'xemacs) (defun canna-self-insert-string (string) (let ((len (length string)) (i 0) -- 1.7.10.4