update.
[elisp/semi.git] / semi-def.el
index 2369ef5..907fe36 100644 (file)
 (eval-when-compile (require 'cl))
 
 
-(defconst mime-module-version '("WEMI" "Tsujid\e,Dr\e(B" 1 4 1)
+(defconst mime-module-version '("WEMI" "Ninomiya" 1 4 5)
   "Implementation name, version name and numbers of MIME-kernel package.")
 
 (autoload 'mule-caesar-region "mule-caesar"
   "Caesar rotation of current region." t)
 
 
-;;; @ variables
-;;;
-
-(defvar mime/use-multi-frame
-  (and (>= emacs-major-version 19) window-system))
-
-
 ;;; @ constants
 ;;;
 
@@ -262,16 +255,6 @@ FUNCTION.")
     ))
 
 
-;;; @ RCS version
-;;;
-
-(defsubst get-version-string (id)
-  "Return a version-string from RCS ID."
-  (and (string-match ",v \\([0-9][0-9.][0-9.]+\\)" id)
-       (substring id (match-beginning 1)(match-end 1))
-       ))
-
-
 ;;; @ Other Utility
 ;;;