]> code.delx.au - gnu-emacs/blobdiff - lisp/term/x-win.el
Detect remote uid and gid in tramp-gvfs.el
[gnu-emacs] / lisp / term / x-win.el
index b8fbaf7592d5c7fd5d3b88bf7b6b171d0d94b94c..c8e79e3f81a379d8f35f5c6afc8988171dccd048 100644 (file)
@@ -1,6 +1,6 @@
 ;;; x-win.el --- parse relevant switches and set up for X  -*- lexical-binding:t -*-
 
-;; Copyright (C) 1993-1994, 2001-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1993-1994, 2001-2016 Free Software Foundation, Inc.
 
 ;; Author: FSF
 ;; Keywords: terminals, i18n
@@ -1487,5 +1487,6 @@ This uses `icon-map-list' to map icon file names to stock icon names."
 (global-set-key [XF86WakeUp] 'ignore)
 
 (provide 'x-win)
+(provide 'term/x-win)
 
 ;;; x-win.el ends here