Quieten --without-x compilation.

* lisp/term/common-win.el: Provide a feature.
* lisp/term/x-win.el (term/common-win): Require it.
This commit is contained in:
Glenn Morris 2015-05-08 20:24:37 -04:00
parent 30ba66a6ec
commit 36c6d20bea
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -72,6 +72,7 @@
(if (not (fboundp 'x-create-frame))
(error "%s: Loading x-win.el but not compiled for X" (invocation-name)))
(require 'term/common-win)
(require 'frame)
(require 'mouse)
(require 'scroll-bar)