Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11548
Signed-off-by: Aaron Bauman <bman@gentoo.org>
+++ /dev/null
-diff -r -U2 maxima-5.41.0.orig/interfaces/emacs/imaxima/imaxima.el maxima-5.41.0/interfaces/emacs/imaxima/imaxima.el
---- maxima-5.41.0.orig/interfaces/emacs/imaxima/imaxima.el 2016-04-03 03:42:45.000000000 +0600
-+++ maxima-5.41.0/interfaces/emacs/imaxima/imaxima.el 2018-09-05 20:29:46.843231210 +0700
-@@ -528,5 +528,5 @@
- (set-process-filter imaxima-gs-process 'imaxima-gs-filter)
- (imaxima-gs-wait)
-- (process-kill-without-query imaxima-gs-process nil)
-+ (set-process-query-on-exit-flag imaxima-gs-process nil)
- (unless (eq (process-status imaxima-gs-process) 'run)
- (setq output (shell-command-to-string (concat imaxima-gs-program " -h")))