diff lisp/emulation/viper-mous.el @ 18129:e92598964ee6

new version
author Michael Kifer <kifer@cs.stonybrook.edu>
date Mon, 02 Jun 1997 22:50:31 +0000
parents 1b06411ccc04
children e145ccc61a22
line wrap: on
line diff
--- a/lisp/emulation/viper-mous.el	Mon Jun 02 22:34:02 1997 +0000
+++ b/lisp/emulation/viper-mous.el	Mon Jun 02 22:50:31 1997 +0000
@@ -36,8 +36,8 @@
   (let ((load-path (cons (expand-file-name ".") load-path)))
     (or (featurep 'viper-util)
 	(load "viper-util.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
 
@@ -396,7 +396,7 @@
 (defun vip-mouse-catch-frame-switch (event arg)
   "Catch the event of switching frame.
 Usually is bound to a 'down-mouse' event to work properly. See sample
-bindings in viper.el and in the Viper manual."
+bindings in the Viper manual."
   (interactive "e\nP")
   (setq vip-frame-of-focus nil)
   ;; pass prefix arg along to vip-mouse-click-search/insert-word