;; Author: Akira Kon <kon@d1.bs2.mt.nec.co.jp>
;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
-;; Version: $Revision: 1.16 $
+;; Version: $Revision: 1.17 $
;; Keywords: Canna, Japanese, input method, mule, multilingual
;; This file is part of Emacs-Canna.
(require 'poem)
-(eval-and-compile
- (defvar canna-dl-module
- (expand-file-name "canna.so" exec-directory))
+(defvar canna-dl-module
+ (expand-file-name "canna.so" exec-directory))
- (defvar canna-dl-handle
- (and (not (boundp 'CANNA))
- (fboundp 'dynamic-link)
- (dynamic-link canna-dl-module)))
-
- (and canna-dl-handle
- (dynamic-call "emacs_canna_init" canna-dl-handle))
- )
+(defvar canna-dl-handle
+ (and (not (boundp 'CANNA))
+ (fboundp 'dynamic-link)
+ (dynamic-link canna-dl-module)))
+
+(and canna-dl-handle
+ (dynamic-call "emacs_canna_init" canna-dl-handle))
(or (boundp 'CANNA)
(featurep 'CANNA)
;; end
(defconst canna-rcs-version
- "$Id: canna.el,v 1.16 1998-10-21 06:36:55 morioka Exp $")
+ "$Id: canna.el,v 1.17 1998-10-26 16:34:32 morioka Exp $")
(defun canna-version ()
"Display version of canna.el in mini-buffer."
;;; canna-functional-insert-command \e$B$r8F$V!#\e(B
;;;
-(if (not (boundp 'MULE)) ; for Nemacs
- (defun cancel-undo-boundary ()))
+;; (if (not (boundp 'MULE)) ; for Nemacs
+;; (defun cancel-undo-boundary ()))
(defun canna-self-insert-command (arg)
"Self insert pressed key and use it to assemble Romaji character."