From d5e52f9968174449212416ade62b2ce39c4f5713 Mon Sep 17 00:00:00 2001 From: Michael Kifer Date: Mon, 2 Jun 1997 22:50:31 +0000 Subject: new version --- lisp/emulation/viper-macs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/emulation/viper-macs.el') diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el index 27ac95e5dd7..3328eacd527 100644 --- a/lisp/emulation/viper-macs.el +++ b/lisp/emulation/viper-macs.el @@ -36,8 +36,8 @@ (load "viper-keym.el" nil nil 'nosuffix)) (or (featurep 'viper-mous) (load "viper-mous.el" nil nil 'nosuffix)) - (or (featurep 'viper) - (load "viper.el" nil nil 'nosuffix)) + (or (featurep 'viper-cmd) + (load "viper-cmd.el" nil nil 'nosuffix)) )) ;; end pacifier -- cgit v1.2.1