Index: emacs/lisp/gnus/gnus-art.el diff -c emacs/lisp/gnus/gnus-art.el:1.73 emacs/lisp/gnus/gnus-art.el:1.74 *** emacs/lisp/gnus/gnus-art.el:1.73 Mon May 30 17:13:58 2005 --- emacs/lisp/gnus/gnus-art.el Wed Jun 1 05:07:06 2005 *************** *** 2181,2190 **** ;; The command is a string, so we interpret the command ;; as a, well, command, and fork it off. (let ((process-connection-type nil)) ! (process-kill-without-query (start-process "article-x-face" nil shell-file-name ! shell-command-switch gnus-article-x-face-command)) (with-temp-buffer (insert face) (process-send-region "article-x-face" --- 2181,2191 ---- ;; The command is a string, so we interpret the command ;; as a, well, command, and fork it off. (let ((process-connection-type nil)) ! (gnus-set-process-query-on-exit-flag (start-process "article-x-face" nil shell-file-name ! shell-command-switch gnus-article-x-face-command) ! nil) (with-temp-buffer (insert face) (process-send-region "article-x-face"
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs