]> code.delx.au - gnu-emacs/blobdiff - lisp/term/wyse50.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / term / wyse50.el
index 47c0ba34ea4d8650efbf0cc2d843fe4f16245430..d3ee7a0a6cb36b7ef68085bd03f1d978df706b24 100644 (file)
@@ -1,6 +1,6 @@
 ;;; wyse50.el --- terminal support code for Wyse 50
 
-;; Copyright (C) 1989, 1993-1994, 2001-2015 Free Software Foundation,
+;; Copyright (C) 1989, 1993-1994, 2001-2016 Free Software Foundation,
 ;; Inc.
 
 ;; Author: Daniel Pfeiffer <occitan@esperanto.org>,
@@ -155,4 +155,6 @@ M-r M-x move-to-window-line, Funct up-arrow or down-arrow are similar"
   ;;                   (nth 1 key-definition)))
   (fset 'enable-arrow-keys nil))
 
+(provide 'term/wyse50)
+
 ;;; wyse50.el ends here