comparison lisp/term/AT386.el @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 33d53d287ee4
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 ;;; AT386.el --- terminal support package for IBM AT keyboards -*- no-byte-compile: t -*- 1 ;;; AT386.el --- terminal support package for IBM AT keyboards -*- no-byte-compile: t -*-
2 2
3 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> 3 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
4 ;; Keywords: terminals 4 ;; Keywords: terminals
5 5
6 ;; Copyright (C) 1992 Free Software Foundation, Inc. 6 ;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
7 7
8 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
9 9
10 ;; GNU Emacs is free software; you can redistribute it and/or modify 10 ;; GNU Emacs is free software; you can redistribute it and/or modify
11 ;; 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
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ;; GNU General Public License for more details. 18 ;; GNU General Public License for more details.
19 19
20 ;; 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
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the 21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23 ;; Boston, MA 02111-1307, USA. 23 ;; Boston, MA 02110-1301, USA.
24 24
25 ;;; Commentary: 25 ;;; Commentary:
26 26
27 ;; Uses the Emacs 19 terminal initialization features --- won't work with 18. 27 ;; Uses the Emacs 19 terminal initialization features --- won't work with 18.
28 28
55 55
56 ;; Arrange for the ALT key to be equivalent to ESC 56 ;; Arrange for the ALT key to be equivalent to ESC
57 (define-key function-key-map "\eN" [27]) ; ALT map 57 (define-key function-key-map "\eN" [27]) ; ALT map
58 ) 58 )
59 59
60 ;;; arch-tag: abec1b03-582f-49f8-b8cb-e2fd52ea4bd7
60 ;;; AT386.el ends here 61 ;;; AT386.el ends here