comparison lisp/term/sun-mouse.el @ 658:7cbd4fcd8b0f

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 21:11:25 +0000
parents 4cd7543be581
children c2dbf1fe0506
comparison
equal deleted inserted replaced
657:fec3f9a1e3e5 658:7cbd4fcd8b0f
1 ;; Mouse handling for Sun windows 1 ;;; sun-mouse.el --- mouse handling for Sun windows
2
2 ;; Copyright (C) 1987 Free Software Foundation, Inc. 3 ;; Copyright (C) 1987 Free Software Foundation, Inc.
3 4
4 ;; This file is part of GNU Emacs. 5 ;; This file is part of GNU Emacs.
5 6
6 ;; 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
665 (setq-default current-local-mousemap nil) 666 (setq-default current-local-mousemap nil)
666 (defvar current-global-mousemap (make-mousemap)) 667 (defvar current-global-mousemap (make-mousemap))
667 668
668 (provide 'sun-mouse) 669 (provide 'sun-mouse)
669 670
671 ;;; sun-mouse.el ends here