aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorEric S. Raymond1992-05-30 23:54:21 +0000
committerEric S. Raymond1992-05-30 23:54:21 +0000
commitc0274f385fe5f39459cac5ea9ff9f92bacd3a8ef (patch)
tree925fc795c6471c7b0904feba14782fdc5689308b /lisp/term
parent84fc2cfa7d62e9ff77405340bae99cf5b1a9e164 (diff)
downloademacs-c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef.tar.gz
emacs-c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef.zip
*** empty log message ***
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/bg-mouse.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/term/bg-mouse.el b/lisp/term/bg-mouse.el
index 8e3a546709a..c08ed9ed28d 100644
--- a/lisp/term/bg-mouse.el
+++ b/lisp/term/bg-mouse.el
@@ -1,4 +1,5 @@
1;; GNU Emacs code for BBN Bitgraph mouse. 1;;; bg-mouse.el --- GNU Emacs code for BBN Bitgraph mouse.
2
2;; Copyright (C) Free Software Foundation, Inc. Oct 1985. 3;; Copyright (C) Free Software Foundation, Inc. Oct 1985.
3;; Time stamp <89/03/21 14:27:08 gildea> 4;; Time stamp <89/03/21 14:27:08 gildea>
4 5
@@ -302,3 +303,4 @@ X and Y are 0-based character positions on the screen."
302 303
303(provide 'bg-mouse) 304(provide 'bg-mouse)
304 305
306;;; bg-mouse.el ends here