]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak previous mailcap-view-file change
authorMaxim Nikulin <manikulin@gmail.com>
Fri, 30 Jul 2021 12:42:07 +0000 (14:42 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 30 Jul 2021 12:42:07 +0000 (14:42 +0200)
* lisp/net/mailcap.el (mailcap-view-file): Remove the :noquery t
mistakenly added (bug#12972).

Copyright-paperwork-exempt: yes

lisp/net/mailcap.el

index f64897ac9b9d8cb5da4c71ca3b4e3d97e72be2a5..aeeb9bd8d3b7b4bd965dc0314702256941e1fb46 100644 (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))