aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorEric S. Raymond1992-05-30 21:11:25 +0000
committerEric S. Raymond1992-05-30 21:11:25 +0000
commitc88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d (patch)
tree0dddeeff29c5a9f505aa940c413efc05d73964a6 /lisp/term
parentd501f51645d966e8fe2febba698779996b33eb21 (diff)
downloademacs-c88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d.tar.gz
emacs-c88ab9ce4a0dbacb1f5bd272c1e7419f1e0f4b9d.zip
*** empty log message ***
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/sun-mouse.el4
-rw-r--r--lisp/term/sup-mouse.el6
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el
index 3df2da43b61..db7565baecb 100644
--- a/lisp/term/sun-mouse.el
+++ b/lisp/term/sun-mouse.el
@@ -1,4 +1,5 @@
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.
@@ -667,3 +668,4 @@ just close the window, and wait for reopening."
667 668
668(provide 'sun-mouse) 669(provide 'sun-mouse)
669 670
671;;; sun-mouse.el ends here
diff --git a/lisp/term/sup-mouse.el b/lisp/term/sup-mouse.el
index d03b009136d..471661f7686 100644
--- a/lisp/term/sup-mouse.el
+++ b/lisp/term/sup-mouse.el
@@ -1,3 +1,5 @@
1;;; sup-mouse.el --- GNU Emacs code for lambda/supdup mouse
2
1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 3;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2;; ;; 4;; ;;
3;; File: sup-mouse.el ;; 5;; File: sup-mouse.el ;;
@@ -7,10 +9,8 @@
7;; ;; 9;; ;;
8;; (from code originally written by John Robinson@bbn for the bitgraph) ;; 10;; (from code originally written by John Robinson@bbn for the bitgraph) ;;
9;; ;; 11;; ;;
10;; $Log$ ;;
11;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12 13
13;; GNU Emacs code for lambda/supdup mouse
14;; Copyright (C) Free Software Foundation 1985, 1986 14;; Copyright (C) Free Software Foundation 1985, 1986
15 15
16;; This file is part of GNU Emacs. 16;; This file is part of GNU Emacs.
@@ -205,3 +205,5 @@ X and Y are 0-based character positions on the screen."
205 (or window (selected-window)) 205 (or window (selected-window))
206 ) 206 )
207 ) 207 )
208
209;;; sup-mouse.el ends here