]> git.eshelyaron.com Git - emacs.git/commitdiff
(server-program): Add exec-directory to value.
authorRichard M. Stallman <rms@gnu.org>
Wed, 2 Feb 1994 22:53:39 +0000 (22:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 2 Feb 1994 22:53:39 +0000 (22:53 +0000)
lisp/server.el

index 416cadebd81d84a049c74ff896c67ea19cd96d2f..6a0ee45ef7a4f5acd1454b6fb5eacea2302ae02a 100644 (file)
@@ -73,8 +73,8 @@
 
 ;;; Code:
 \f
-(defvar server-program "emacsserver"
-  "*The program to use as the edit server")
+(defvar server-program (concat exec-directory "emacsserver")
+  "*The program to use as the edit server.")
 
 (defvar server-visit-hook nil
   "*List of hooks to call when visiting a file for the Emacs server.")