Mercurial > hg > xemacs-beta
view lisp/vm/vm-version.el @ 180:add28d59e586
Added tag r20-3b16 for changeset 9ad43877534d
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:52:21 +0200 |
parents | 2d532a89d707 |
children | 489f57a838ef |
line wrap: on
line source
(provide 'vm) (provide 'vm-version) (defconst vm-version "6.33" "Version number of VM.") (defun vm-version () "Returns the value of the variable vm-version." vm-version)