]> git.eshelyaron.com Git - emacs.git/commitdiff
(handwrite-version): Variable deleted.
authorRichard M. Stallman <rms@gnu.org>
Sat, 2 Nov 1996 17:11:47 +0000 (17:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 2 Nov 1996 17:11:47 +0000 (17:11 +0000)
(handwrite): Use emacs-version instead of handwrite-version.

lisp/play/handwrite.el

index 9ef7a13b99a1d3b31d5b59d8249b3af1f46283f4..766ba6a02c6fab88865e6b1536e4429a3d7e8f4f 100644 (file)
@@ -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)