annotate lisp/vm/vm-version.el @ 54:05472e90ae02 r19-16-pre2

Import from CVS: tag r19-16-pre2
author cvs
date Mon, 13 Aug 2007 08:57:55 +0200
parents 8b8b7f3559a2
children 131b0175ea99
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 (provide 'vm)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 (provide 'vm-version)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
54
05472e90ae02 Import from CVS: tag r19-16-pre2
cvs
parents: 42
diff changeset
5 (defconst vm-version "6.34"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 "Version number of VM.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 (defun vm-version ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 "Returns the value of the variable vm-version."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 vm-version)