[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch] handwrite.el output noisy in gv
From: |
Joe Corneli |
Subject: |
[patch] handwrite.el output noisy in gv |
Date: |
Fri, 19 Dec 2003 21:01:14 -0600 |
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"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [patch] handwrite.el output noisy in gv,
Joe Corneli <=