summaryrefslogtreecommitdiff
path: root/lisp/avoid.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-23 23:57:42 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-23 23:57:42 +0000
commitf54faf53f33374bfe60e1a9469699cddc45910e2 (patch)
tree48b6eb47928ffbeb3401fa037dadc3dd364c3d0d /lisp/avoid.el
parent98ffb8ac07c51be364c3d6a3c07fb2b69113d5fa (diff)
downloademacs-f54faf53f33374bfe60e1a9469699cddc45910e2.tar.gz
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 @@
;; Author: Boris Goldowsky <boris@cs.rochester.edu>
;; Keywords: mouse
-;; $Revision: 1.10 $
+;; Version: 1.10
;; This file is part of GNU Emacs.
@@ -64,26 +64,6 @@
;;; notably when there are long wrapped lines in the buffer. Since
;;; there is no low-level command for finding point's position
;;; on the screen, it can fail to move the pointer when on such a line.
-;;;
-;;; Copyright (c) 1993 Free Software Foundation
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2, or (at your option)
-;;; any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; A copy of the GNU General Public License can be obtained from this
-;;; program's author or from the Free Software Foundation, Inc., 675
-;;; Mass Ave, Cambridge, MA 02139, USA.
-
-;;; LCD Archive Entry:
-;;; avoid|Boris Goldowsky|boris@cs.rochester.edu|
-;;; Keep mouse pointer away from cursor|
-;;; $Date: 93/11/22 15:34:50 $ |$Revision: 1.10 $||
;;; Credits:
;;; This code was helped by all those who contributed suggestions, fixes, and