summaryrefslogtreecommitdiff
path: root/lisp/emulation/viper-mous.el
diff options
context:
space:
mode:
authorMichael Kifer <kifer@cs.stonybrook.edu>1997-06-02 22:50:31 +0000
committerMichael Kifer <kifer@cs.stonybrook.edu>1997-06-02 22:50:31 +0000
commitd5e52f9968174449212416ade62b2ce39c4f5713 (patch)
tree191ad2ed1870138cc70cebb5d53769593cd05237 /lisp/emulation/viper-mous.el
parent42326ef0db326a0d5f684dfd026f34d8fe175a8b (diff)
downloademacs-d5e52f9968174449212416ade62b2ce39c4f5713.tar.gz
new version
Diffstat (limited to 'lisp/emulation/viper-mous.el')
-rw-r--r--lisp/emulation/viper-mous.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el
index aaab02e5f6c..b9638175e02 100644
--- a/lisp/emulation/viper-mous.el
+++ b/lisp/emulation/viper-mous.el
@@ -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 @@ this command."
(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