summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog1
-rw-r--r--lisp/ps-print.el1
2 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fb1277c957c..d6a7617579b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,6 +4,7 @@
Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
Eliminate eval-and-compile usage.
(ps-insert-file): Use insert-file-contents instead of insert-file.
+ (ps-setup): Code fix.
2004-11-21 Jay Belanger <belanger@truman.edu>
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)