# HG changeset patch # User Richard M. Stallman # Date 1085211486 0 # Node ID 00841464e6d8e7795be54cf2984ffa9fc8726d3a # Parent 2a017ad95bb7d6f02969e4480919c325893838a5 (gs-options): Add -dSAFER. Mark it risky. diff -r 2a017ad95bb7 -r 00841464e6d8 lisp/gs.el --- a/lisp/gs.el Sat May 22 01:58:25 2004 +0000 +++ b/lisp/gs.el Sat May 22 07:38:06 2004 +0000 @@ -39,12 +39,14 @@ (defvar gs-options '("-q" ;"-dNOPAUSE" + "-dSAFER" "-dBATCH" "-sDEVICE=" "") "List of command line arguments to pass to Ghostscript. Arguments may contain place-holders `' for the name of the input file, and `' 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,7 +57,6 @@ option (replace-regexp-in-string "" file option))) gs-options)) - ;; The GHOSTVIEW property (taken from gv 3.5.8). ;; ;; Type: