# HG changeset patch # User Richard M. Stallman # Date 1072728135 0 # Node ID 4748e0ab5cf9df1e0ad99e37648b8d4f4459a5dc # Parent 2b737d6ca0d779db2d67a7398fad2ea9863de3fb (handwrite): Make the handwrite credit message a comment rather than an output command. diff -r 2b737d6ca0d7 -r 4748e0ab5cf9 lisp/play/handwrite.el --- a/lisp/play/handwrite.el Mon Dec 29 20:01:32 2003 +0000 +++ b/lisp/play/handwrite.el Mon Dec 29 20:02:15 2003 +0000 @@ -159,8 +159,7 @@ (setq next-line-add-newlines t) (switch-to-buffer ps-buf-name) (handwrite-insert-header buf-name) - (insert "\n(\\nCreated by GNU Emacs' handwrite version " - emacs-version "\\n\\n)=print flush\n") + (insert "%%Creator: GNU Emacs' handwrite version " emacs-version "\n") (handwrite-insert-preamble) (handwrite-insert-info) (handwrite-insert-font)