From 83410c23a7d2b793bcabe4a5eed14c2b11658cd9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 2 Nov 1996 17:11:47 +0000 Subject: [PATCH] (handwrite-version): Variable deleted. (handwrite): Use emacs-version instead of handwrite-version. --- lisp/play/handwrite.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el index 9ef7a13b99a..766ba6a02c6 100644 --- a/lisp/play/handwrite.el +++ b/lisp/play/handwrite.el @@ -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 @@ Variables: handwrite-linespace (default 12) (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) -- 2.39.5