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
This commit is contained in:
Maxim Nikulin 2021-07-30 14:42:07 +02:00 committed by Lars Ingebrigtsen
parent 9ffbe99b11
commit ce8d5c6fa5

View file

@ -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))