aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorPaul Eggert2013-01-02 08:13:04 -0800
committerPaul Eggert2013-01-02 08:13:04 -0800
commit0877d0dc24ee792b9b14592869ea1aa0934aee58 (patch)
tree08e9265a1dd95974dc72622a9bef194682c0c716 /lisp/term
parentaca3d51dfa45794fa68a2ffb6269e34fcee2ec6c (diff)
parentd8fb8cce84b923a3289b69549e30958710ac3ebb (diff)
downloademacs-0877d0dc24ee792b9b14592869ea1aa0934aee58.tar.gz
emacs-0877d0dc24ee792b9b14592869ea1aa0934aee58.zip
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/AT386.el2
-rw-r--r--lisp/term/README2
-rw-r--r--lisp/term/common-win.el2
-rw-r--r--lisp/term/internal.el4
-rw-r--r--lisp/term/iris-ansi.el2
-rw-r--r--lisp/term/news.el2
-rw-r--r--lisp/term/ns-win.el2
-rw-r--r--lisp/term/pc-win.el4
-rw-r--r--lisp/term/rxvt.el2
-rw-r--r--lisp/term/sun.el2
-rw-r--r--lisp/term/sup-mouse.el2
-rw-r--r--lisp/term/tty-colors.el2
-rw-r--r--lisp/term/tvi970.el2
-rw-r--r--lisp/term/vt100.el2
-rw-r--r--lisp/term/w32-win.el2
-rw-r--r--lisp/term/w32console.el2
-rw-r--r--lisp/term/wyse50.el3
-rw-r--r--lisp/term/x-win.el2
-rw-r--r--lisp/term/xterm.el2
19 files changed, 22 insertions, 21 deletions
diff --git a/lisp/term/AT386.el b/lisp/term/AT386.el
index 12707c12ba2..1a152fc8a48 100644
--- a/lisp/term/AT386.el
+++ b/lisp/term/AT386.el
@@ -1,6 +1,6 @@
1;;; AT386.el --- terminal support package for IBM AT keyboards 1;;; AT386.el --- terminal support package for IBM AT keyboards
2 2
3;; Copyright (C) 1992, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1992, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: Eric S. Raymond <esr@snark.thyrsus.com> 5;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
6;; Keywords: terminals 6;; Keywords: terminals
diff --git a/lisp/term/README b/lisp/term/README
index 188495acf53..91306a89753 100644
--- a/lisp/term/README
+++ b/lisp/term/README
@@ -1,4 +1,4 @@
1Copyright (C) 1993, 2001-2012 Free Software Foundation, Inc. 1Copyright (C) 1993, 2001-2013 Free Software Foundation, Inc.
2See the end of the file for license conditions. 2See the end of the file for license conditions.
3 3
4 4
diff --git a/lisp/term/common-win.el b/lisp/term/common-win.el
index b44e092cc0a..8fe10dc8e35 100644
--- a/lisp/term/common-win.el
+++ b/lisp/term/common-win.el
@@ -1,6 +1,6 @@
1;;; common-win.el --- common part of handling window systems 1;;; common-win.el --- common part of handling window systems
2 2
3;; Copyright (C) 1993-1994, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1993-1994, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: terminals 6;; Keywords: terminals
diff --git a/lisp/term/internal.el b/lisp/term/internal.el
index d8280b13acd..43973604afc 100644
--- a/lisp/term/internal.el
+++ b/lisp/term/internal.el
@@ -1,7 +1,7 @@
1;;; internal.el --- support for PC internal terminal 1;;; internal.el --- support for PC internal terminal
2 2
3;; Copyright (C) 1993-1994, 1998-1999, 2001-2012 3;; Copyright (C) 1993-1994, 1998-1999, 2001-2013 Free Software
4;; Free Software Foundation, Inc. 4;; Foundation, Inc.
5 5
6;; Author: Morten Welinder <terra@diku.dk> 6;; Author: Morten Welinder <terra@diku.dk>
7 7
diff --git a/lisp/term/iris-ansi.el b/lisp/term/iris-ansi.el
index aea2e8c1092..46bcbf0a52f 100644
--- a/lisp/term/iris-ansi.el
+++ b/lisp/term/iris-ansi.el
@@ -1,6 +1,6 @@
1;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps 1;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps
2 2
3;; Copyright (C) 1997, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: Dan Nicolaescu <dann@ics.uci.edu> 5;; Author: Dan Nicolaescu <dann@ics.uci.edu>
6 6
diff --git a/lisp/term/news.el b/lisp/term/news.el
index 70a1be8497e..09c8eef6f8a 100644
--- a/lisp/term/news.el
+++ b/lisp/term/news.el
@@ -1,6 +1,6 @@
1;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard 1;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard
2 2
3;; Copyright (C) 1989, 1993, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1989, 1993, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: FSF 5;; Author: FSF
6;; Keywords: terminals 6;; Keywords: terminals
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index e255fec1240..b8baaa077ce 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -1,6 +1,6 @@
1;;; ns-win.el --- lisp side of interface with NeXT/Open/GNUstep/MacOS X window system -*- lexical-binding: t -*- 1;;; ns-win.el --- lisp side of interface with NeXT/Open/GNUstep/MacOS X window system -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 1993-1994, 2005-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1993-1994, 2005-2013 Free Software Foundation, Inc.
4 4
5;; Authors: Carl Edman 5;; Authors: Carl Edman
6;; Christian Limpach 6;; Christian Limpach
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el
index 9fd3bf14fe1..cf67aca8343 100644
--- a/lisp/term/pc-win.el
+++ b/lisp/term/pc-win.el
@@ -1,7 +1,7 @@
1;;; pc-win.el --- setup support for `PC windows' (whatever that is) 1;;; pc-win.el --- setup support for `PC windows' (whatever that is)
2 2
3;; Copyright (C) 1994, 1996-1997, 1999, 2001-2012 3;; Copyright (C) 1994, 1996-1997, 1999, 2001-2013 Free Software
4;; Free Software Foundation, Inc. 4;; Foundation, Inc.
5 5
6;; Author: Morten Welinder <terra@diku.dk> 6;; Author: Morten Welinder <terra@diku.dk>
7;; Maintainer: FSF 7;; Maintainer: FSF
diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el
index 98141563006..0e026a8e4be 100644
--- a/lisp/term/rxvt.el
+++ b/lisp/term/rxvt.el
@@ -1,6 +1,6 @@
1;;; rxvt.el --- define function key sequences and standard colors for rxvt 1;;; rxvt.el --- define function key sequences and standard colors for rxvt
2 2
3;; Copyright (C) 2002-2012 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2013 Free Software Foundation, Inc.
4 4
5;; Author: Eli Zaretskii 5;; Author: Eli Zaretskii
6;; Keywords: terminals 6;; Keywords: terminals
diff --git a/lisp/term/sun.el b/lisp/term/sun.el
index dfe7a63ac1b..4fc035191c7 100644
--- a/lisp/term/sun.el
+++ b/lisp/term/sun.el
@@ -1,6 +1,6 @@
1;;; sun.el --- keybinding for standard default sunterm keys 1;;; sun.el --- keybinding for standard default sunterm keys
2 2
3;; Copyright (C) 1987, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1987, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: Jeff Peck <peck@sun.com> 5;; Author: Jeff Peck <peck@sun.com>
6;; Keywords: terminals 6;; Keywords: terminals
diff --git a/lisp/term/sup-mouse.el b/lisp/term/sup-mouse.el
index c70080c9062..8a207ed01af 100644
--- a/lisp/term/sup-mouse.el
+++ b/lisp/term/sup-mouse.el
@@ -1,6 +1,6 @@
1;;; sup-mouse.el --- supdup mouse support for lisp machines 1;;; sup-mouse.el --- supdup mouse support for lisp machines
2 2
3;; Copyright (C) 1985-1986, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1985-1986, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: Wolfgang Rupprecht 5;; Author: Wolfgang Rupprecht
6;; Maintainer: FSF 6;; Maintainer: FSF
diff --git a/lisp/term/tty-colors.el b/lisp/term/tty-colors.el
index b39869419c0..8002c53151b 100644
--- a/lisp/term/tty-colors.el
+++ b/lisp/term/tty-colors.el
@@ -1,6 +1,6 @@
1;;; tty-colors.el --- color support for character terminals 1;;; tty-colors.el --- color support for character terminals
2 2
3;; Copyright (C) 1999-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2013 Free Software Foundation, Inc.
4 4
5;; Author: Eli Zaretskii 5;; Author: Eli Zaretskii
6;; Maintainer: FSF 6;; Maintainer: FSF
diff --git a/lisp/term/tvi970.el b/lisp/term/tvi970.el
index f1b6eea8875..2f9eb2614f6 100644
--- a/lisp/term/tvi970.el
+++ b/lisp/term/tvi970.el
@@ -1,6 +1,6 @@
1;;; tvi970.el --- terminal support for the Televideo 970 1;;; tvi970.el --- terminal support for the Televideo 970
2 2
3;; Copyright (C) 1992, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1992, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: Jim Blandy <jimb@occs.cs.oberlin.edu> 5;; Author: Jim Blandy <jimb@occs.cs.oberlin.edu>
6;; Keywords: terminals 6;; Keywords: terminals
diff --git a/lisp/term/vt100.el b/lisp/term/vt100.el
index 01b21a5b58e..782924086df 100644
--- a/lisp/term/vt100.el
+++ b/lisp/term/vt100.el
@@ -1,6 +1,6 @@
1;;; vt100.el --- define VT100 function key sequences in function-key-map 1;;; vt100.el --- define VT100 function key sequences in function-key-map
2 2
3;; Copyright (C) 1989, 1993, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1989, 1993, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: FSF 5;; Author: FSF
6;; Keywords: terminals 6;; Keywords: terminals
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index 95dab10101b..cbd08e68a39 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -1,6 +1,6 @@
1;;; w32-win.el --- parse switches controlling interface with W32 window system -*- lexical-binding: t -*- 1;;; w32-win.el --- parse switches controlling interface with W32 window system -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 1993-1994, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1993-1994, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: Kevin Gallo 5;; Author: Kevin Gallo
6;; Keywords: terminals 6;; Keywords: terminals
diff --git a/lisp/term/w32console.el b/lisp/term/w32console.el
index ceaa936e79b..1a896eec4d6 100644
--- a/lisp/term/w32console.el
+++ b/lisp/term/w32console.el
@@ -1,6 +1,6 @@
1;;; w32console.el -- Setup w32 console keys and colors. 1;;; w32console.el -- Setup w32 console keys and colors.
2 2
3;; Copyright (C) 2007-2012 Free Software Foundation, Inc. 3;; Copyright (C) 2007-2013 Free Software Foundation, Inc.
4 4
5;; Author: FSF 5;; Author: FSF
6;; Keywords: terminals 6;; Keywords: terminals
diff --git a/lisp/term/wyse50.el b/lisp/term/wyse50.el
index ce148b62dba..b7f044ad0c5 100644
--- a/lisp/term/wyse50.el
+++ b/lisp/term/wyse50.el
@@ -1,6 +1,7 @@
1;;; wyse50.el --- terminal support code for Wyse 50 1;;; wyse50.el --- terminal support code for Wyse 50
2 2
3;; Copyright (C) 1989, 1993-1994, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1989, 1993-1994, 2001-2013 Free Software Foundation,
4;; Inc.
4 5
5;; Author: Daniel Pfeiffer <occitan@esperanto.org>, 6;; Author: Daniel Pfeiffer <occitan@esperanto.org>,
6;; Jim Blandy <jimb@occs.cs.oberlin.edu> 7;; Jim Blandy <jimb@occs.cs.oberlin.edu>
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 2f2125a31db..63ef2b402b0 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -1,6 +1,6 @@
1;;; x-win.el --- parse relevant switches and set up for X -*-coding: iso-2022-7bit;-*- 1;;; x-win.el --- parse relevant switches and set up for X -*-coding: iso-2022-7bit;-*-
2 2
3;; Copyright (C) 1993-1994, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1993-1994, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: FSF 5;; Author: FSF
6;; Keywords: terminals, i18n 6;; Keywords: terminals, i18n
diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el
index e4871658b98..c22b5482b3e 100644
--- a/lisp/term/xterm.el
+++ b/lisp/term/xterm.el
@@ -1,6 +1,6 @@
1;;; xterm.el --- define function key sequences and standard colors for xterm 1;;; xterm.el --- define function key sequences and standard colors for xterm
2 2
3;; Copyright (C) 1995, 2001-2012 Free Software Foundation, Inc. 3;; Copyright (C) 1995, 2001-2013 Free Software Foundation, Inc.
4 4
5;; Author: FSF 5;; Author: FSF
6;; Keywords: terminals 6;; Keywords: terminals