]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change (synch from the EMACS_22_BASE branch).
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 9 Nov 2007 10:28:14 +0000 (10:28 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 9 Nov 2007 10:28:14 +0000 (10:28 +0000)
lisp/server.el

index c263a21a6cf6cc6be012d136ec4bb2a19fd298a3..329010cc95026657ec4fa297afa14b224f2820c2 100644 (file)
@@ -1295,10 +1295,6 @@ only these files will be asked to be saved."
   ;; continue standard unloading
   nil)
 
-(add-hook 'kill-emacs-hook (lambda () (server-mode -1))) ;Cleanup upon exit.
-
-(defvar server-unload-function 'server-unload-function)
-
 \f
 (provide 'server)