From c033ddefa5a871421bccbf210ffedf3375a80f9f Mon Sep 17 00:00:00 2001 From: Vinicius Jose Latorre Date: Sun, 21 Nov 2004 22:52:46 +0000 Subject: [PATCH] ps-setup --- lisp/ChangeLog | 1 + lisp/ps-print.el | 1 + 2 files changed, 2 insertions(+) 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 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) -- 2.39.2