comparison lisp/emulation/viper-mous.el @ 14909:7ff1df13b124

*** empty log message ***
author Michael Kifer <kifer@cs.stonybrook.edu>
date Fri, 29 Mar 1996 01:02:28 +0000
parents 298ed6bf5d2d
children 43a3308fcf61
comparison
equal deleted inserted replaced
14908:4b99e1ffa095 14909:7ff1df13b124
1 ;;; viper-mous.el --- mouse support for Viper 1 ;;; viper-mous.el --- mouse support for Viper
2 2
3 ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. 3 ;; Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
4 4
5 ;; This file is part of GNU Emacs. 5 ;; This file is part of GNU Emacs.
6 6
7 ;; GNU Emacs is free software; you can redistribute it and/or modify 7 ;; GNU Emacs is free software; you can redistribute it and/or modify
8 ;; it under the terms of the GNU General Public License as published by 8 ;; it under the terms of the GNU General Public License as published by
17 ;; You should have received a copy of the GNU General Public License 17 ;; You should have received a copy of the GNU General Public License
18 ;; along with GNU Emacs; see the file COPYING. If not, write to the 18 ;; along with GNU Emacs; see the file COPYING. If not, write to the
19 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 ;; Boston, MA 02111-1307, USA. 20 ;; Boston, MA 02111-1307, USA.
21 21
22 ;; Code
23
22 (require 'viper-util) 24 (require 'viper-util)
25
26 ;; compiler pacifier
27 (defvar double-click-time)
28 (defvar mouse-track-multi-click-time)
29 ;; end compiler pacifier
23 30
24 31
25 ;;; Variables 32 ;;; Variables
26 33
27 ;; Variable used for catching the switch-frame event. 34 ;; Variable used for catching the switch-frame event.