Mercurial > emacs
changeset 14586:298ed6bf5d2d
(vip-mouse-click-insert-word): fixed a typo.
author | Michael Kifer <kifer@cs.stonybrook.edu> |
---|---|
date | Fri, 16 Feb 1996 21:49:32 +0000 |
parents | b6228a159e75 |
children | 542db2bd7e38 |
files | lisp/emulation/viper-mous.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/viper-mous.el Fri Feb 16 19:02:38 1996 +0000 +++ b/lisp/emulation/viper-mous.el Fri Feb 16 21:49:32 1996 +0000 @@ -224,7 +224,7 @@ (vip-multiclick-p) ;; This trick checks if there is a pending mouse event ;; if so, we use this latter event and discard the current mouse click - ;; If the next panding event is not a mouse event, we execute + ;; If the next pending event is not a mouse event, we execute ;; the current mouse event (progn (setq interrupting-event (vip-read-event))