From 36c6d20bea2f8af4de126d0d503e3904ee7ab484 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 8 May 2015 20:24:37 -0400 Subject: [PATCH] Quieten --without-x compilation. * lisp/term/common-win.el: Provide a feature. * lisp/term/x-win.el (term/common-win): Require it. --- lisp/term/common-win.el | 2 ++ lisp/term/x-win.el | 1 + 2 files changed, 3 insertions(+) diff --git a/lisp/term/common-win.el b/lisp/term/common-win.el index 64459353e1c..98ad5acf268 100644 --- a/lisp/term/common-win.el +++ b/lisp/term/common-win.el @@ -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 diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index b0902942f8f..11fe93f88ba 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -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) -- 2.11.4.GIT