aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gs.el b/lisp/gs.el
index 2a368bae199..cbce2002cf4 100644
--- a/lisp/gs.el
+++ b/lisp/gs.el
@@ -173,7 +173,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful."
173 173
174;(defun gs-put-tiger () 174;(defun gs-put-tiger ()
175; (let* ((ps-file "/usr/local/share/ghostscript/5.10/examples/tiger.ps") 175; (let* ((ps-file "/usr/local/share/ghostscript/5.10/examples/tiger.ps")
176; (spec `(image :type ghostscript 176; (spec `(image :type postscript
177; :pt-width 200 :pt-height 200 177; :pt-width 200 :pt-height 200
178; :bounding-box (22 171 567 738) 178; :bounding-box (22 171 567 738)
179; :file ,ps-file))) 179; :file ,ps-file)))