Mercurial > hg > xemacs-beta
view 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 |
line wrap: on
line source
(provide 'vm) (provide 'vm-version) (defconst vm-version "6.34" "Version number of VM.") (defun vm-version () "Returns the value of the variable vm-version." vm-version)