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:
parent
9ffbe99b11
commit
ce8d5c6fa5
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue