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 07:14:08 -0400

Index: emacs/lisp/gs.el
diff -c emacs/lisp/gs.el:1.9.8.1 emacs/lisp/gs.el:1.9.8.2
*** emacs/lisp/gs.el:1.9.8.1    Tue Oct 14 23:51:05 2003
--- emacs/lisp/gs.el    Tue Jul  6 09:23:42 2004
***************
*** 39,50 ****
--- 39,52 ----
  (defvar gs-options
    '("-q"
      ;"-dNOPAUSE"
+     "-dSAFER"
      "-dBATCH"
      "-sDEVICE=<device>"
      "<file>")
    "List of command line arguments to pass to Ghostscript.
  Arguments may contain place-holders `<file>' for the name of the
  input file, and `<device>' for the device to use.")
+ (put 'gs-options 'risky-local-variable t)
  
  (defun gs-options (device file)
    "Return a list of command line options with place-holders replaced.
***************
*** 55,61 ****
                    option (replace-regexp-in-string "<file>" file option)))
          gs-options))
  
- 
  ;; The GHOSTVIEW property (taken from gv 3.5.8).
  ;;
  ;; Type:
--- 57,62 ----




reply via email to

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