diff options
Diffstat (limited to 'lisp/term/vt100.el')
| -rw-r--r-- | lisp/term/vt100.el | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/term/vt100.el b/lisp/term/vt100.el index 2453f479eda..8136f2e5d53 100644 --- a/lisp/term/vt100.el +++ b/lisp/term/vt100.el @@ -1,6 +1,6 @@  ;;; vt100.el --- define VT100 function key sequences in function-key-map -;; Copyright (C) 1989, 1993, 2001-2013 Free Software Foundation, Inc. +;; Copyright (C) 1989, 1993, 2001-2015 Free Software Foundation, Inc.  ;; Author: FSF  ;; Keywords: terminals @@ -22,8 +22,6 @@  ;;; Commentary: -;; Uses the Emacs 19 terminal initialization features --- won't work with 18. -  ;; Handles all VT100 clones, including the Apollo terminal.  Also handles  ;; the VT200 --- its PF- and arrow- keys are different, but all those  ;; are really set up by the terminal initialization code, which mines them  | 
