Mercurial > emacs
changeset 16503:ca9889de9c16
(handwrite-version): Variable deleted.
(handwrite): Use emacs-version instead of handwrite-version.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 02 Nov 1996 17:11:47 +0000 |
parents | acd70710c78c |
children | 76d22a4f6959 |
files | lisp/play/handwrite.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/handwrite.el Sat Nov 02 17:10:32 1996 +0000 +++ b/lisp/play/handwrite.el Sat Nov 02 17:11:47 1996 +0000 @@ -71,8 +71,6 @@ ;; Variables -(defvar handwrite-version "2.0" - "The version of handwrite.el") (defvar handwrite-psindex 0 "The index of the PostScript buffer") (defvar menu-bar-handwrite-map (make-sparse-keymap "Handwrite functions.")) @@ -133,7 +131,7 @@ (switch-to-buffer ps-buf-name) (handwrite-insert-header buf-name) (insert "\n(\\nCreated by Gnu Emacs' handwrite version " - handwrite-version "\\n\\n)=print flush\n") + emacs-version "\\n\\n)=print flush\n") (handwrite-insert-preamble) (handwrite-insert-info) (handwrite-insert-font)