X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=semi-def.el;h=8e5c4124db094946c0c141cccff420d6be978415;hb=3d8f61a42e7afa440511d0db730ae45d32b2b101;hp=03dc72a58634a74294ff023b982246810cdf4fc0;hpb=56f02fb82d8b7defef2225327cb02db55bce134e;p=elisp%2Fsemi.git diff --git a/semi-def.el b/semi-def.el index 03dc72a..8e5c412 100644 --- a/semi-def.el +++ b/semi-def.el @@ -29,20 +29,13 @@ (eval-when-compile (require 'cl)) -(defconst mime-module-version '("WEMI" "Hiratsuka" 1 4 3) +(defconst mime-module-version '("WEMI" "Kamonomiya" 1 5 0) "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 ;;; @@ -105,8 +98,7 @@ point (point) func (get-text-property (point) 'mime-button-callback) data (get-text-property (point) 'mime-button-data) - ) - ) + )) (save-excursion (set-buffer buf) (goto-char point) @@ -185,8 +177,7 @@ FUNCTION.") (defmacro pgp-function (method) "Return function to do service METHOD." - `(cadr (assq ,method (symbol-value 'pgp-function-alist))) - ) + `(cadr (assq ,method (symbol-value 'pgp-function-alist)))) (mapcar (function (lambda (method) @@ -262,16 +253,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 ;;;