emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 36c6d20: Quieten --without-x compilation.


From: Glenn Morris
Subject: [Emacs-diffs] master 36c6d20: Quieten --without-x compilation.
Date: Sat, 09 May 2015 00:24:41 +0000

branch: master
commit 36c6d20bea2f8af4de126d0d503e3904ee7ab484
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    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(+), 0 deletions(-)

diff --git a/lisp/term/common-win.el b/lisp/term/common-win.el
index 6445935..98ad5ac 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 b090294..11fe93f 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]