;; 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.19 $
+;; Version: $Revision: 1.20 $
;; Keywords: Canna, Japanese, input method, mule, multilingual
;; This file is part of Emacs-Canna.
;; (defalias 'self-insert-internal 'self-insert-command)
;; end
-(defconst canna-rcs-version
- "$Id: canna.el,v 1.19 1999-05-24 09:07:30 morioka Exp $")
+(defconst canna-version "Emacs-Canna 1.3")
(defun canna-version ()
"Display version of canna.el in mini-buffer."
(interactive)
- (message (concat
- (substring canna-rcs-version
- 5
- (if (string-match "[0-9] [a-z]" canna-rcs-version)
- (1+ (match-beginning 0))
- ))
- " ...")))
+ (message (concat canna-version " ...")))
(if (featurep 'xemacs)
(defun canna-self-insert-string (string)