/[emacs]/emacs/lisp/gs.el
ViewVC logotype

Diff of /emacs/lisp/gs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9.8.2 by miles, Tue Jul 6 09:23:42 2004 UTC revision 1.9.8.3 by miles, Tue Jul 6 09:31:48 2004 UTC
# Line 1  Line 1 
1  ;;; gs.el --- interface to Ghostscript  ;;; gs.el --- interface to Ghostscript
2    
3  ;; Copyright (C) 1998, 2001 Free Software Foundation, Inc.  ;; Copyright (C) 1998, 2001, 2004 Free Software Foundation, Inc.
4    
5  ;; Maintainer: FSF  ;; Maintainer: FSF
6  ;; Keywords: internal  ;; Keywords: internal
# Line 197  the form \"WINDOW-ID PIXMAP-ID\".  Value Line 197  the form \"WINDOW-ID PIXMAP-ID\".  Value
197          (setenv "GHOSTVIEW" window-and-pixmap-id)          (setenv "GHOSTVIEW" window-and-pixmap-id)
198          (setq gs (apply 'start-process "gs" "*GS*" gs-program          (setq gs (apply 'start-process "gs" "*GS*" gs-program
199                          (gs-options gs-device file)))                          (gs-options gs-device file)))
200          (process-kill-without-query gs)          (set-process-query-on-exit-flag gs nil)
201          gs)          gs)
202      nil))      nil))
203    

Legend:
Removed from v.1.9.8.2  
changed lines
  Added in v.1.9.8.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26