X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ae940284fa77a6928f5162b7de859e67bdc7506c..ba3189039adc8ec5eba5ed3e21d42019a4616b7c:/lisp/emulation/edt-vt100.el diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el index bffa1b721f..2eb430a915 100644 --- a/lisp/emulation/edt-vt100.el +++ b/lisp/emulation/edt-vt100.el @@ -1,11 +1,12 @@ ;;; edt-vt100.el --- enhanced EDT keypad mode emulation for VT series terminals -;; Copyright (C) 1986, 1992, 1993, 1995, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1986, 1992-1993, 1995, 2002-2014 Free Software +;; Foundation, Inc. ;; Author: Kevin Gallagher ;; Maintainer: Kevin Gallagher ;; Keywords: emulations +;; Package: edt ;; This file is part of GNU Emacs. @@ -24,7 +25,7 @@ ;;; Commentary: -;; See edt-user.doc in the Emacs etc directory. +;; See Info node `edt' for more details. ;; ==================================================================== @@ -47,5 +48,4 @@ "Set terminal width to 132 columns." (vt100-wide-mode 1)) -;; arch-tag: c9f10c95-915f-44b5-93ff-4654abca4dd4 ;;; edt-vt100.el ends here