Fix last change (synch from the EMACS_22_BASE branch).

This commit is contained in:
Juanma Barranquero 2007-11-09 10:28:14 +00:00
parent 4d8a28ecb8
commit ed4a1ce4b5

View 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)
(provide 'server)