diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-12-29 20:02:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-12-29 20:02:15 +0000 |
commit | 3066be24c14256604ae91e149f2b1f51f792afca (patch) | |
tree | 21ec0cd8f084ba6da0cac29516dfcf9e46400e5e /lisp/play | |
parent | f1d02ba429c97bdca9a7f0986ffe88139153f2af (diff) | |
download | emacs-3066be24c14256604ae91e149f2b1f51f792afca.tar.gz |
(handwrite): Make the handwrite credit message
a comment rather than an output command.
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/handwrite.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el index 5c6aa8f3abf..11499444920 100644 --- a/lisp/play/handwrite.el +++ b/lisp/play/handwrite.el @@ -159,8 +159,7 @@ Variables: handwrite-linespace (default 12) (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) |