From: Gerd Moellmann Date: Sun, 12 Sep 1999 20:21:46 +0000 (+0000) Subject: Change `ghostscript' to `postscript' in comment. X-Git-Tag: emacs-pretest-21.0.90~6791 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eabac8252e67333eb565bf6be8cd910173db5b0a;p=emacs.git Change `ghostscript' to `postscript' in comment. --- 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." ;(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)))