Mercurial > emacs
changeset 85975:e83e0513df1b
Fix last change (synch from the EMACS_22_BASE branch).
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 09 Nov 2007 10:28:14 +0000 |
parents | 403aa95593fa |
children | f7a8ac4be115 |
files | lisp/server.el |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/server.el Fri Nov 09 09:46:02 2007 +0000 +++ b/lisp/server.el Fri Nov 09 10:28:14 2007 +0000 @@ -1295,10 +1295,6 @@ ;; 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)