emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/loadup.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/loadup.el,v
Date: Sun, 20 Jul 2008 00:37:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/20 00:37:47

Index: loadup.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/loadup.el,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -b -r1.171 -r1.172
--- loadup.el   16 Jul 2008 02:46:09 -0000      1.171
+++ loadup.el   20 Jul 2008 00:37:45 -0000      1.172
@@ -182,6 +182,7 @@
 (if (featurep 'x)
     (progn
       (load "x-dnd")
+      (load "term/common-win")
       (load "term/x-win")))
       
 (message "%s" (garbage-collect))
@@ -192,6 +193,7 @@
 (if (eq system-type 'windows-nt)
     (progn
       (load "w32-vars")
+      (load "term/common-win")
       (load "term/w32-win")
       (load "ls-lisp")
       (load "disp-table") ; needed to setup ibm-pc char set, see internal.el




reply via email to

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