;ELC ;;; compiled by jwz@thalidomide on Sat May 21 06:35:25 1994 ;;; from file /th/jwz/emacs19/lisp/vm/vm-version.el ;;; emacs version 19.10 Lucid (beta25). ;;; bytecomp version 2.24; 26-Apr-94. ;;; optimization is on. ;;; this file uses opcodes which do not exist in Emacs 18. (if (and (boundp 'emacs-version) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19"))) (error "This file was compiled for Emacs 19.")) (provide 'vm) (defconst vm-version "5.70.L (beta)" "\ Version number of VM.") (defun vm-version nil "\ Returns the value of the variable vm-version." vm-version)