X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/98284ef51c67fa69796946466337d426ab81f9ee..8833692b29ba11c34413d6793cf6d222ccdd930b:/lisp/term/wyse50.el diff --git a/lisp/term/wyse50.el b/lisp/term/wyse50.el index 47c0ba34ea..d3ee7a0a6c 100644 --- a/lisp/term/wyse50.el +++ b/lisp/term/wyse50.el @@ -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 , @@ -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