]> git.eshelyaron.com Git - emacs.git/commitdiff
(server-unload-hook): Set as a variable with add-hook.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Oct 2004 06:55:07 +0000 (06:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Oct 2004 06:55:07 +0000 (06:55 +0000)
lisp/server.el

index 3a330f07a3ca2b58d59f3e42c96d6faf3e59ac7c..534ba9fa09e96f2c59a05916c80cb3edf161076d 100644 (file)
@@ -631,6 +631,8 @@ Arg NEXT-BUFFER is a suggestion; if it is a live buffer, use it."
   (remove-hook 'kill-buffer-query-functions 'server-kill-buffer-query-function)
   (remove-hook 'kill-emacs-query-functions 'server-kill-emacs-query-function)
   (remove-hook 'kill-buffer-hook 'server-kill-buffer))
+
+(add-hook 'server-unload-hook 'server-unload-hook)
 \f
 (provide 'server)