
(defun vm-show-copying-restrictions (&optional warranty) (interactive) (byte-code "!Ə ȏ !+ #! `\"" [warranty nil t require info (byte-code "!" [t Info-goto-node "(vm)License"] 2) ((error (byte-code "" [nil] 1))) (byte-code "!" [t Info-goto-node "(vm.info)License"] 2) ((error (byte-code "" [nil] 1))) error "VM Info documentation appears not to be installed" search-forward "NO WARRANTY
" forward-line -1 set-window-start selected-window] 8))

(defun vm-show-no-warranty nil "\
Display \"NO WARRANTY\" section of the GNU General Public License." (interactive) (byte-code "!" [t nil vm-show-copying-restrictions] 2))
