From: Maxim Nikulin Date: Fri, 30 Jul 2021 12:42:07 +0000 (+0200) Subject: Tweak previous mailcap-view-file change X-Git-Tag: emacs-28.0.90~1645 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce8d5c6fa5c9966f2507d5299ac9dc5e2db33aa3;p=emacs.git Tweak previous mailcap-view-file change * lisp/net/mailcap.el (mailcap-view-file): Remove the :noquery t mistakenly added (bug#12972). Copyright-paperwork-exempt: yes --- diff --git a/lisp/net/mailcap.el b/lisp/net/mailcap.el index f64897ac9b9..aeeb9bd8d3b 100644 --- a/lisp/net/mailcap.el +++ b/lisp/net/mailcap.el @@ -1186,7 +1186,6 @@ See \"~/.mailcap\", `mailcap-mime-data' and related files and variables." (make-process :name "mailcap-view-file" :connection-type 'pipe - :noquery t :buffer nil ; "*Messages*" may be suitable for debugging :sentinel (lambda (proc event) (when (and (memq (process-status proc) '(exit signal))