aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/term/x-win.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 694e51c6a17..d5bedc932fa 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -27,11 +27,10 @@
27;; system and process X-specific command line parameters before 27;; system and process X-specific command line parameters before
28;; creating the first X frame. 28;; creating the first X frame.
29 29
30;; Note that contrary to previous Emacs versions, the act of loading 30;; Beginning in Emacs 23, the act of loading this file should not have
31;; this file should not have the side effect of initializing the 31;; the side effect of initializing the window system or processing
32;; window system or processing command line arguments (this file is 32;; command line arguments (this file is now loaded in loadup.el). See
33;; now loaded in loadup.el). See the variables 33;; the variables `handle-args-function-alist' and
34;; `handle-args-function-alist' and
35;; `window-system-initialization-alist' for more details. 34;; `window-system-initialization-alist' for more details.
36 35
37;; startup.el will then examine startup files, and eventually call the hooks 36;; startup.el will then examine startup files, and eventually call the hooks