aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-12-20 21:15:47 +0000
committerChong Yidong2008-12-20 21:15:47 +0000
commit2e34dc8bd6d50ef5faedd4e9fc3fd58f52bdb91c (patch)
tree8fe91ea95ad35aeb9b4181d9a06f60ea10bf876c
parenta90af46f358255fde5a4bc1dcb961caa98a37083 (diff)
downloademacs-2e34dc8bd6d50ef5faedd4e9fc3fd58f52bdb91c.tar.gz
emacs-2e34dc8bd6d50ef5faedd4e9fc3fd58f52bdb91c.zip
Update comment.
-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