diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-11-21 22:52:46 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-11-21 22:52:46 +0000 |
commit | c033ddefa5a871421bccbf210ffedf3375a80f9f (patch) | |
tree | 891570a6d0fe68179111a5dcc264866f702a3af7 /lisp/ps-print.el | |
parent | b6d0ac875cd0851a855a3c9f4922f83f36fb74d0 (diff) | |
download | emacs-c033ddefa5a871421bccbf210ffedf3375a80f9f.tar.gz |
ps-setup
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index d238421798a..c37f21224fc 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -3592,6 +3592,7 @@ The table depends on the current ps-print setup." (list (concat "\n;;; ps-print version " ps-print-version "\n") ";; internal vars" + (ps-comment-string "emacs-version " emacs-version) (ps-comment-string "ps-print-emacs-type" ps-print-emacs-type) (ps-comment-string "ps-windows-system " ps-windows-system) (ps-comment-string "ps-lp-system " ps-lp-system) |