Mercurial > hg > xemacs-beta
comparison lisp/term/bg-mouse.el @ 5291:85bd42a1e544
More permission consistency.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 18 Oct 2010 23:03:27 +0900 |
parents | d682c0f82a71 |
children | b9167d522a9a |
comparison
equal
deleted
inserted
replaced
5290:e6508b64ee08 | 5291:85bd42a1e544 |
---|---|
1 ;;; bg-mouse.el --- GNU Emacs code for BBN Bitgraph mouse. | 1 ;;; bg-mouse.el --- GNU Emacs code for BBN Bitgraph mouse. |
2 | 2 |
3 ;; Copyright (C) Free Software Foundation, Inc. Oct 1985. | 3 ;; Copyright (C) 1985 Free Software Foundation, Inc. |
4 | 4 |
5 ;; Author: John Robinson <jr@bbn-unix.arpa> | 5 ;; Author: John Robinson <jr@bbn-unix.arpa> |
6 ;; Stephen Gildea <gildea@bbn.com> | 6 ;; Stephen Gildea <gildea@bbn.com> |
7 ;; Maintainer: FSF | 7 ;; Maintainer: FSF |
8 ;; Keywords: hardware | 8 ;; Keywords: hardware |
9 | 9 |
10 ;; This file is part of GNU Emacs. | 10 ;; This file is part of XEmacs. |
11 | 11 |
12 ;; GNU Emacs is free software; you can redistribute it and/or modify | 12 ;; XEmacs is free software; you can redistribute it and/or modify |
13 ;; it under the terms of the GNU General Public License as published by | 13 ;; it under the terms of the GNU General Public License as published by |
14 ;; the Free Software Foundation; either version 2, or (at your option) | 14 ;; the Free Software Foundation; either version 2, or (at your option) |
15 ;; any later version. | 15 ;; any later version. |
16 | 16 |
17 ;; GNU Emacs is distributed in the hope that it will be useful, | 17 ;; XEmacs is distributed in the hope that it will be useful, |
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
20 ;; GNU General Public License for more details. | 20 ;; GNU General Public License for more details. |
21 | 21 |
22 ;; You should have received a copy of the GNU General Public License | 22 ;; You should have received a copy of the GNU General Public License |
23 ;; along with GNU Emacs; see the file COPYING. If not, write to | 23 ;; along with XEmacs; see the file COPYING. If not, write to |
24 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 24 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
25 | 25 |
26 ;;; Code: | 26 ;;; Code: |
27 | 27 |
28 ;;; #### utterly broken. I've put in hacks so we don't get byte-comp | 28 ;;; #### utterly broken. I've put in hacks so we don't get byte-comp |