/[emacs]/emacs/lisp/gnus/gnus-art.el
ViewVC logotype

Diff of /emacs/lisp/gnus/gnus-art.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.73 by miles, Mon May 30 17:13:58 2005 UTC revision 1.74 by miles, Wed Jun 1 05:07:06 2005 UTC
# Line 2181  unfolded." Line 2181  unfolded."
2181                     ;; The command is a string, so we interpret the command                     ;; The command is a string, so we interpret the command
2182                     ;; as a, well, command, and fork it off.                     ;; as a, well, command, and fork it off.
2183                     (let ((process-connection-type nil))                     (let ((process-connection-type nil))
2184                       (process-kill-without-query                       (gnus-set-process-query-on-exit-flag
2185                        (start-process                        (start-process
2186                         "article-x-face" nil shell-file-name                         "article-x-face" nil shell-file-name
2187                         shell-command-switch gnus-article-x-face-command))                         shell-command-switch gnus-article-x-face-command)
2188                          nil)
2189                       (with-temp-buffer                       (with-temp-buffer
2190                         (insert face)                         (insert face)
2191                         (process-send-region "article-x-face"                         (process-send-region "article-x-face"

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26