diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-11-02 17:11:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-11-02 17:11:47 +0000 |
commit | 83410c23a7d2b793bcabe4a5eed14c2b11658cd9 (patch) | |
tree | 4198e8e9af3269d163edd98c7fe11efc25753b5a /lisp/play/handwrite.el | |
parent | 43f36b805e39b7ce29048e2cfed4bb20f09e298f (diff) |
(handwrite-version): Variable deleted.
(handwrite): Use emacs-version instead of handwrite-version.
Diffstat (limited to 'lisp/play/handwrite.el')
-rw-r--r-- | lisp/play/handwrite.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el index 9ef7a13b99..766ba6a02c 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) |