diff options
Diffstat (limited to 'emacs/.emacs.d/lisp/my/my-gnus.el')
-rw-r--r-- | emacs/.emacs.d/lisp/my/my-gnus.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/lisp/my/my-gnus.el b/emacs/.emacs.d/lisp/my/my-gnus.el index ff0ec64..d61efc8 100644 --- a/emacs/.emacs.d/lisp/my/my-gnus.el +++ b/emacs/.emacs.d/lisp/my/my-gnus.el @@ -428,7 +428,7 @@ The archiving target comes from `my-gnus-group-alist'." (lambda (proc event) (let ((status (process-exit-status proc))) (when (eq status 0) - (message "isync in progress... done: %s" + (message "isync in progress...done: %s" (with-current-buffer (process-buffer proc) (goto-char (point-max)) (re-search-backward "
") |