X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/d8462361f2d087d6f7c745305c61a266843ee19c..7c2c2196fd4be0b656bdf0e0b68f3d7c4a5eca08:/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