From: morioka Date: Tue, 19 May 1998 15:33:36 +0000 (+0000) Subject: Abolish function 'get-version-string because it is not used. X-Git-Tag: remi-1_4_0_90~5 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe81355c44eb6a396de348c2a254eb74f92f15ab;p=elisp%2Fsemi.git Abolish function 'get-version-string because it is not used. --- diff --git a/semi-def.el b/semi-def.el index aa5fcb0..3f1ae75 100644 --- a/semi-def.el +++ b/semi-def.el @@ -262,16 +262,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 ;;;