From: Mark Wooding Date: Fri, 13 Nov 2009 17:53:01 +0000 (+0000) Subject: dot/emacs: Fix command to start the server. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/65e4a94df498c9c83b68d08a17c786f078ad26d5?ds=inline dot/emacs: Fix command to start the server. I'm stupid. --- diff --git a/dot/emacs b/dot/emacs index 1b7b5c1..a2b6ece 100644 --- a/dot/emacs +++ b/dot/emacs @@ -88,7 +88,7 @@ (and (or window-system (>= emacs-major-version 23)) (trap (setq server-temp-file-regexp (concat "^" tmpdir "\\|/draft$")) - (start-server) + (server-start) (gnuserv-start))) ;; Control backup behaviour.