unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* [patch] handwrite.el output noisy in gv
@ 2003-12-20  3:01 Joe Corneli
  0 siblings, 0 replies; only message in thread
From: Joe Corneli @ 2003-12-20  3:01 UTC (permalink / raw)


107a108,111
> (defcustom handwrite-notice nil
>   "*If non-nil, include noisy notice in the PostScript output from `handwrite'."
>   :type 'boolean
>   :group 'handwrite)
162,163c166,168
<     (insert "\n(\\nCreated by GNU Emacs' handwrite version "
<           emacs-version  "\\n\\n)=print flush\n")
---
>     (if handwrite-notice
>       (insert "\n(\\nCreated by GNU Emacs' handwrite version "
>           emacs-version  "\\n\\n)=print flush\n"))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-12-20  3:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-20  3:01 [patch] handwrite.el output noisy in gv Joe Corneli

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).