]> git.eshelyaron.com Git - emacs.git/commitdiff
(server-auth-dir): Use user-emacs-directory.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 13 Jun 2007 00:05:04 +0000 (00:05 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 13 Jun 2007 00:05:04 +0000 (00:05 +0000)
lisp/server.el

index 2cf2a2e3953d008c489cdc05cd6ecc5c37a7bd68..9f6755fc26b23f8bd3105840769c83247c2ac765 100644 (file)
@@ -105,7 +105,7 @@ If set, the server accepts remote connections; otherwise it is local."
   :version "22.1")
 (put 'server-host 'risky-local-variable t)
 
-(defcustom server-auth-dir "~/.emacs.d/server/"
+(defcustom server-auth-dir (concat user-emacs-directory "server/")
   "Directory for server authentication files."
   :group 'server
   :type 'directory