Mercurial > emacs
changeset 25651:e65a0e39a0a9
Change `ghostscript' to `postscript' in comment.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 12 Sep 1999 20:21:46 +0000 |
parents | 8b06b47a1fea |
children | 28e2ad53250c |
files | lisp/gs.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gs.el Sun Sep 12 20:21:44 1999 +0000 +++ b/lisp/gs.el Sun Sep 12 20:21:46 1999 +0000 @@ -173,7 +173,7 @@ ;(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)))