From: Juanma Barranquero Date: Fri, 9 Nov 2007 10:28:14 +0000 (+0000) Subject: Fix last change (synch from the EMACS_22_BASE branch). X-Git-Tag: emacs-pretest-23.0.90~9828 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed4a1ce4b5962a29b7c39831fda65b8c70d2ad27;p=emacs.git Fix last change (synch from the EMACS_22_BASE branch). --- diff --git a/lisp/server.el b/lisp/server.el index c263a21a6cf..329010cc950 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -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) - (provide 'server)