[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emulation/viper-mous.el
From: |
Michael Kifer |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emulation/viper-mous.el |
Date: |
Sun, 10 Jul 2005 14:46:32 -0400 |
Index: emacs/lisp/emulation/viper-mous.el
diff -c emacs/lisp/emulation/viper-mous.el:1.34
emacs/lisp/emulation/viper-mous.el:1.35
*** emacs/lisp/emulation/viper-mous.el:1.34 Mon Jul 4 17:29:04 2005
--- emacs/lisp/emulation/viper-mous.el Sun Jul 10 18:46:24 2005
***************
*** 65,71 ****
(defvar viper-frame-of-focus nil)
;; Frame that was selected before the switch-frame event.
! (defconst viper-current-frame-saved (selected-frame))
(defcustom viper-surrounding-word-function 'viper-surrounding-word
"*Function that determines what constitutes a word for clicking events.
--- 65,71 ----
(defvar viper-frame-of-focus nil)
;; Frame that was selected before the switch-frame event.
! (defvar viper-current-frame-saved (selected-frame))
(defcustom viper-surrounding-word-function 'viper-surrounding-word
"*Function that determines what constitutes a word for clicking events.