projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de21323
)
Abolish function 'get-version-string because it is not used.
author
morioka
<morioka>
Tue, 19 May 1998 15:33:36 +0000
(15:33 +0000)
committer
morioka
<morioka>
Tue, 19 May 1998 15:33:36 +0000
(15:33 +0000)
semi-def.el
patch
|
blob
|
history
diff --git
a/semi-def.el
b/semi-def.el
index
aa5fcb0
..
3f1ae75
100644
(file)
--- 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
;;;