From ce8d5c6fa5c9966f2507d5299ac9dc5e2db33aa3 Mon Sep 17 00:00:00 2001 From: Maxim Nikulin Date: Fri, 30 Jul 2021 14:42:07 +0200 Subject: [PATCH] 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 --- lisp/net/mailcap.el | 1 - 1 file changed, 1 deletion(-) 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)) -- 2.39.2