comparison lisp/term/bg-mouse.el @ 38412:253f761ad37b

Some fixes to follow coding conventions in files maintained by FSF.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 16:15:35 +0000
parents 3af33efc3d66
children f05289e60329
comparison
equal deleted inserted replaced
38411:2fc02d49a9a4 38412:253f761ad37b
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) Free Software Foundation, Inc. Oct 1985.
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>
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 the 23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 ;; Boston, MA 02111-1307, USA. 25 ;; Boston, MA 02111-1307, USA.
26
27 ;;; Commentary:
26 28
27 ;;; Code: 29 ;;; Code:
28 30
29 ;;; Original version by John Robinson (jr@bbn-unix.arpa, bbncca!jr), Oct 1985 31 ;;; Original version by John Robinson (jr@bbn-unix.arpa, bbncca!jr), Oct 1985
30 ;;; Modularized and enhanced by gildea@bbn.com Nov 1987 32 ;;; Modularized and enhanced by gildea@bbn.com Nov 1987