diff options
| -rw-r--r-- | lisp/with-editor.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/with-editor.el b/lisp/with-editor.el index c17a61b..068cb7d 100644 --- a/lisp/with-editor.el +++ b/lisp/with-editor.el @@ -382,7 +382,7 @@ And some tools that do not handle $EDITOR properly also break." (dolist (client clients) (message "client %S" client) (ignore-errors - (server-send-string client "-error Canceled by user")) + (server-send-string client "-error Canceled by user\n")) (delete-process client)) (when (buffer-live-p buf) (kill-buffer buf))) |
