comparison lisp/double.el @ 6001:7caad7f2269a

Comment changes.
author Richard M. Stallman <rms@gnu.org>
date Fri, 18 Feb 1994 22:42:29 +0000
parents 03f32cdd842a
children 89ed0051e237
comparison
equal deleted inserted replaced
6000:03f32cdd842a 6001:7caad7f2269a
1 ;;; double.el - Support for keyboard remapping with double clicking. 1 ;;; double.el - Support for keyboard remapping with double clicking.
2 2
3 ;; Copyright (C) 1994 Per Abrahamsen. 3 ;; Copyright (C) 1994 Free Software Foundation, Inc.
4 4
5 ;; Author: Per Abrahamsen <abraham@iesd.auc.dk> 5 ;; Author: Per Abrahamsen <abraham@iesd.auc.dk>
6 ;; Version: $Id: double.el,v 5.2 1994/02/03 17:18:49 amanda Exp $
7 ;; Keywords: i18n 6 ;; Keywords: i18n
8 ;; Bogus-Bureaucratic-Cruft: How 'bout ESR and the LCD people agreed
9 ;; on a common format?
10 7
11 ;; LCD Archive Entry: 8 ;; This file is part of GNU Emacs.
12 ;; double|Per Abrahamsen|abraham@iesd.auc.dk| 9
13 ;; Support keyboard remapping with double clicking| 10 ;; GNU Emacs is free software; you can redistribute it and/or modify
14 ;; $Date: 1994/02/03 17:18:49 $|$Revision: 5.2 $|~/modes/double.el.Z|
15 ;;
16 ;; This program is free software; you can redistribute it and/or modify
17 ;; it under the terms of the GNU General Public License as published by 11 ;; it under the terms of the GNU General Public License as published by
18 ;; the Free Software Foundation; either version 2, or (at your option) 12 ;; the Free Software Foundation; either version 2, or (at your option)
19 ;; any later version. 13 ;; any later version.
20 ;; 14
21 ;; This program is distributed in the hope that it will be useful, 15 ;; GNU Emacs is distributed in the hope that it will be useful,
22 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 ;; GNU General Public License for more details. 18 ;; GNU General Public License for more details.
25 ;; 19
26 ;; You should have received a copy of the GNU General Public License 20 ;; You should have received a copy of the GNU General Public License
27 ;; along with this program; if not, write to the Free Software 21 ;; along with GNU Emacs; see the file COPYING. If not, write to
28 ;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
29 23
30 ;;; Commentary: 24 ;;; Commentary:
31 25
32 ;; This mode is intended for use with languages that adds a small 26 ;; This mode is intended for use with languages that adds a small
33 ;; number of extra letters not available on the keyboard. 27 ;; number of extra letters not available on the keyboard.