changeset 58407:8bdaf013a219

ps-setup
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Sun, 21 Nov 2004 22:52:46 +0000
parents 820e35465241
children 6b5846d74ff0
files lisp/ChangeLog lisp/ps-print.el
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Nov 21 22:30:00 2004 +0000
+++ b/lisp/ChangeLog	Sun Nov 21 22:52:46 2004 +0000
@@ -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>
 
--- a/lisp/ps-print.el	Sun Nov 21 22:30:00 2004 +0000
+++ b/lisp/ps-print.el	Sun Nov 21 22:52:46 2004 +0000
@@ -3592,6 +3592,7 @@
      (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)