1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

Change ghostscript' to postscript' in comment.

This commit is contained in:
Gerd Moellmann 1999-09-12 20:21:46 +00:00
parent 3759f14b25
commit eabac8252e

View File

@ -173,7 +173,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful."
;(defun gs-put-tiger ()
; (let* ((ps-file "/usr/local/share/ghostscript/5.10/examples/tiger.ps")
; (spec `(image :type ghostscript
; (spec `(image :type postscript
; :pt-width 200 :pt-height 200
; :bounding-box (22 171 567 738)
; :file ,ps-file)))