]> code.delx.au - gnu-emacs/blobdiff - lisp/term/news.el
Merge from emacs-24; up to 2014-05-08T06:58:46Z!rgm@gnu.org
[gnu-emacs] / lisp / term / news.el
index 4a86e3378e82079eae5903606e28c46d32d5e24f..a1e459a1261ed21ccbe38d72a5c801103343e6e7 100644 (file)
@@ -1,7 +1,6 @@
-;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard -*- no-byte-compile: t -*-
+;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard
 
-;; Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 1989, 1993, 2001-2014 Free Software Foundation, Inc.
 
 ;; Author: FSF
 ;; Keywords: terminals
@@ -23,8 +22,6 @@
 
 ;;; Commentary:
 
-;; Uses the Emacs 19 terminal initialization features --- won't work with 18.
-
 ;;; Code:
 
 (defun terminal-init-news ()
@@ -69,5 +66,4 @@
     (define-key news-fkey-prefix "x" [kp-8])
     ))
 
-;; arch-tag: bfe141a0-623b-4b42-b753-5d9353776c5e
 ;;; news.el ends here