]> code.delx.au - gnu-emacs/blobdiff - lisp/term/common-win.el
Fix shr.el/image build problem
[gnu-emacs] / lisp / term / common-win.el
index 64459353e1ca25f67116dc665bae87ee43467dec..937e47f8c7650aa8d376ad018e01583ee3766930 100644 (file)
@@ -1,6 +1,6 @@
 ;;; common-win.el --- common part of handling window systems
 
-;; Copyright (C) 1993-1994, 2001-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1993-1994, 2001-2016 Free Software Foundation, Inc.
 
 ;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: terminals
@@ -419,4 +419,6 @@ the operating system.")
             (setq defined-colors (cons this-color defined-colors))))
       defined-colors)))
 
+(provide 'term/common-win)
+
 ;;; common-win.el ends here