]> code.delx.au - gnu-emacs/blobdiff - lisp/term/tvi970.el
; Merge from origin/emacs-25
[gnu-emacs] / lisp / term / tvi970.el
index c1f5928bebe53672935a22eb45a719150d77a6bb..e25a3b616d522513d66841f7623ac13dc93d9d42 100644 (file)
@@ -1,6 +1,6 @@
 ;;; tvi970.el --- terminal support for the Televideo 970
 
-;; Copyright (C) 1992, 2001-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 2001-2016 Free Software Foundation, Inc.
 
 ;; Author: Jim Blandy <jimb@occs.cs.oberlin.edu>
 ;; Keywords: terminals
@@ -115,4 +115,6 @@ which the keypad's keys act as ordinary digits."
   (send-string-to-terminal
    (if (terminal-parameter nil 'tvi970-keypad-numeric) "\e=" "\e>")))
 
+(provide 'term/tvi970)
+
 ;;; tvi970.el ends here