Mercurial > emacs
changeset 6960:1371d69e89bb
(kill-emacs-query-functions): Fix typo in question text.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 19 Apr 1994 02:49:51 +0000 |
parents | 3b19456b877a |
children | 666f11765323 |
files | lisp/server.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/server.el Tue Apr 19 01:27:51 1994 +0000 +++ b/lisp/server.el Tue Apr 19 02:49:51 1994 +0000 @@ -297,7 +297,7 @@ (function (lambda () (or (not server-clients) - (yes-or-no-p "Server buffers are still have clients; exit anyway? "))))) + (yes-or-no-p "Server buffers still have clients; exit anyway? "))))) (defun server-edit (&optional arg) "Switch to next server editing buffer; say \"Done\" for current buffer.