emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ce8d5c6: Tweak previous mailcap-view-file change


From: Lars Ingebrigtsen
Subject: master ce8d5c6: Tweak previous mailcap-view-file change
Date: Fri, 30 Jul 2021 08:42:34 -0400 (EDT)

branch: master
commit ce8d5c6fa5c9966f2507d5299ac9dc5e2db33aa3
Author: Maxim Nikulin <manikulin@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 f64897a..aeeb9bd 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]