comparison lisp/avoid.el @ 5145:78323ca35d6f

Comment changes.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Nov 1993 23:57:42 +0000
parents bf9e7676a73e
children 01628c0b2646
comparison
equal deleted inserted replaced
5144:9083db1526b4 5145:78323ca35d6f
2 2
3 ;;; Copyright (C) 1993 Free Software Foundation, Inc. 3 ;;; Copyright (C) 1993 Free Software Foundation, Inc.
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
11 ;; GNU Emacs is free software; you can redistribute it and/or modify 11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by 12 ;; it under the terms of the GNU General Public License as published by
62 ;;; 62 ;;;
63 ;;; - There are some situations where it doesn't do what you expect, 63 ;;; - There are some situations where it doesn't do what you expect,
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
90 ;;; additions: 70 ;;; additions:
91 ;;; Joe Harrington (and his advisor), for the original inspiration 71 ;;; Joe Harrington (and his advisor), for the original inspiration