view lisp/vm/vm-version.el @ 131:869e1851236b xemacs-20-1p4

Import from CVS: tag xemacs-20-1p4
author cvs
date Mon, 13 Aug 2007 09:29:07 +0200
parents 1370575f1259
children b980b6286996
line wrap: on
line source

(provide 'vm)

(provide 'vm-version)

(defconst vm-version "6.27"
  "Version number of VM.")

(defun vm-version ()
  "Returns the value of the variable vm-version."
  vm-version)