changeset 101895:47c373e3db6c

Add comment.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 07 Feb 2009 21:59:35 +0000
parents 575496a152c7
children 97a01032d9d2
files lisp/server.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/server.el	Sat Feb 07 21:56:47 2009 +0000
+++ b/lisp/server.el	Sat Feb 07 21:59:35 2009 +0000
@@ -208,6 +208,8 @@
   :type 'string
   :version "23.1")
 
+;; We do not use `temporary-file-directory' here, because emacsclient
+;; does not read the init file.
 (defvar server-socket-dir
   (and (featurep 'make-network-process '(:family local))
        (format "%s/emacs%d" (or (getenv "TMPDIR") "/tmp") (user-uid)))