]> git.eshelyaron.com Git - emacs.git/commitdiff
Add comment.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 7 Feb 2009 21:59:35 +0000 (21:59 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 7 Feb 2009 21:59:35 +0000 (21:59 +0000)
lisp/server.el

index 7f6eeed9311cd357b92ec861ea35169ef4e524bf..f42be5821c055e1822f4f9e7942dcd41db585249 100644 (file)
@@ -208,6 +208,8 @@ changed while a server is running."
   :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)))