(constant canna-version): New constant.
authormorioka <morioka>
Fri, 12 Nov 1999 09:04:53 +0000 (09:04 +0000)
committermorioka <morioka>
Fri, 12 Nov 1999 09:04:53 +0000 (09:04 +0000)
(canna-rcs-version): Deleted.
(canna-version): Use constant `canna-version'.

canna.el

index 639268c..bb02483 100644 (file)
--- a/canna.el
+++ b/canna.el
@@ -7,7 +7,7 @@
 ;; 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)