aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/avoid.el
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-23 23:57:42 +0000
committerRichard M. Stallman1993-11-23 23:57:42 +0000
commit11db296f3b5f422df3bcaa410ffc9bc1d944fb82 (patch)
tree5f7ae5d62b80ca8b4f522f24dd793af198946db0 /lisp/avoid.el
parent231596b2d1aad9fff4e3f882692aab604794c1f2 (diff)
downloademacs-11db296f3b5f422df3bcaa410ffc9bc1d944fb82.tar.gz
emacs-11db296f3b5f422df3bcaa410ffc9bc1d944fb82.zip
Comment changes.
Diffstat (limited to 'lisp/avoid.el')
-rw-r--r--lisp/avoid.el22
1 files changed, 1 insertions, 21 deletions
diff --git a/lisp/avoid.el b/lisp/avoid.el
index 664c964806a..31f160ff37c 100644
--- a/lisp/avoid.el
+++ b/lisp/avoid.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Boris Goldowsky <boris@cs.rochester.edu> 5;; Author: Boris Goldowsky <boris@cs.rochester.edu>
6;; Keywords: mouse 6;; Keywords: mouse
7;; $Revision: 1.10 $ 7;; Version: 1.10
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10
@@ -64,26 +64,6 @@
64;;; notably when there are long wrapped lines in the buffer. Since 64;;; notably when there are long wrapped lines in the buffer. Since
65;;; there is no low-level command for finding point's position 65;;; there is no low-level command for finding point's position
66;;; on the screen, it can fail to move the pointer when on such a line. 66;;; on the screen, it can fail to move the pointer when on such a line.
67;;;
68;;; Copyright (c) 1993 Free Software Foundation
69;;; This program is free software; you can redistribute it and/or modify
70;;; it under the terms of the GNU General Public License as published by
71;;; the Free Software Foundation; either version 2, or (at your option)
72;;; any later version.
73;;;
74;;; This program is distributed in the hope that it will be useful,
75;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
76;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
77;;; GNU General Public License for more details.
78;;;
79;;; A copy of the GNU General Public License can be obtained from this
80;;; program's author or from the Free Software Foundation, Inc., 675
81;;; Mass Ave, Cambridge, MA 02139, USA.
82
83;;; LCD Archive Entry:
84;;; avoid|Boris Goldowsky|boris@cs.rochester.edu|
85;;; Keep mouse pointer away from cursor|
86;;; $Date: 93/11/22 15:34:50 $ |$Revision: 1.10 $||
87 67
88;;; Credits: 68;;; Credits:
89;;; This code was helped by all those who contributed suggestions, fixes, and 69;;; This code was helped by all those who contributed suggestions, fixes, and