]> code.delx.au - gnu-emacs/blobdiff - lisp/term/w32-win.el
; Merge from origin/emacs-25
[gnu-emacs] / lisp / term / w32-win.el
index 181fd494eab12b46a490ffabd9f15715ff5ba950..8f3eaa2c029c6728f744bd637bfc98e14c27e388 100644 (file)
@@ -1,6 +1,6 @@
 ;;; w32-win.el --- parse switches controlling interface with W32 window system -*- lexical-binding: t -*-
 
-;; Copyright (C) 1993-1994, 2001-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1993-1994, 2001-2016 Free Software Foundation, Inc.
 
 ;; Author: Kevin Gallo
 ;; Keywords: terminals
@@ -463,5 +463,6 @@ That includes all Windows systems except for 9X/Me."
   (getenv "SystemRoot"))
 
 (provide 'w32-win)
+(provide 'term/w32-win)
 
 ;;; w32-win.el ends here