emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gs.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gs.el [lexbind]
Date: Tue, 06 Jul 2004 06:02:53 -0400

Index: emacs/lisp/gs.el
diff -c emacs/lisp/gs.el:1.9.8.2 emacs/lisp/gs.el:1.9.8.3
*** emacs/lisp/gs.el:1.9.8.2    Tue Jul  6 09:23:42 2004
--- emacs/lisp/gs.el    Tue Jul  6 09:31:48 2004
***************
*** 1,6 ****
  ;;; gs.el --- interface to Ghostscript
  
! ;; Copyright (C) 1998, 2001 Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
  ;; Keywords: internal
--- 1,6 ----
  ;;; gs.el --- interface to Ghostscript
  
! ;; Copyright (C) 1998, 2001, 2004 Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
  ;; Keywords: internal
***************
*** 197,203 ****
        (setenv "GHOSTVIEW" window-and-pixmap-id)
        (setq gs (apply 'start-process "gs" "*GS*" gs-program
                        (gs-options gs-device file)))
!       (process-kill-without-query gs)
        gs)
      nil))
  
--- 197,203 ----
        (setenv "GHOSTVIEW" window-and-pixmap-id)
        (setq gs (apply 'start-process "gs" "*GS*" gs-program
                        (gs-options gs-device file)))
!       (set-process-query-on-exit-flag gs nil)
        gs)
      nil))
  




reply via email to

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