diff options
Diffstat (limited to 'lisp/gs.el')
-rw-r--r-- | lisp/gs.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gs.el b/lisp/gs.el index f160dca197a..284b18251ec 100644 --- a/lisp/gs.el +++ b/lisp/gs.el @@ -39,12 +39,14 @@ (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,7 +57,6 @@ FILE is the value to substitute for the place-holder `<file>'." option (replace-regexp-in-string "<file>" file option))) gs-options)) - ;; The GHOSTVIEW property (taken from gv 3.5.8). ;; ;; Type: |