From xemacs-m  Wed Dec  4 07:48:33 1996
Received: from neal.ctd.comsat.com (exim@neal.ctd.comsat.com [134.133.40.21]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with SMTP id HAA25958 for <xemacs-beta@xemacs.org>; Wed, 4 Dec 1996 07:48:32 -0600 (CST)
Received: from neal by neal.ctd.comsat.com with local (Exim 1.58 #2)
	id 0vVHge-0000pc-00; Wed, 4 Dec 1996 08:48:32 -0500
To: xemacs-beta@xemacs.org
Subject: ps-print problems + patch
Mime-Version: 1.0 (generated by tm-edit 7.95)
Content-Type: text/plain; charset=US-ASCII
From: Neal Becker <neal@ctd.comsat.com>
Date: 04 Dec 1996 08:48:32 -0500
In-Reply-To: Steven L Baur's message of 02 Dec 1996 15:43:46 -0800
Message-ID: <u920d6ifnz.fsf_-_@neal.ctd.comsat.com>
Lines: 37
X-Mailer: Gnus v5.2.25/XEmacs 19.14

People using tm-7.95 (just released) found that xemacs-19.14 isn't
working with it.  The problem is ps-print.el.  Here's my suggested
patch:

*** ps-print.el	1996/12/04 13:42:33	1.1
--- ps-print.el	1996/12/04 13:42:50
***************
*** 1945,1958 ****
  ;; WARNING!!! The following code is *sample* code only. Don't use it
  ;; unless you understand what it does!
  
! (defmacro ps-prsc () (list 'if (list 'eq 'ps-print-emacs-type ''emacs)
! 			   [f22] ''f22))
! (defmacro ps-c-prsc () (list 'if (list 'eq 'ps-print-emacs-type ''emacs)
! 			     [C-f22]
! 			     ''(control f22)))
! (defmacro ps-s-prsc () (list 'if (list 'eq 'ps-print-emacs-type ''emacs)
! 			     [S-f22]
! 			     ''(shift f22)))
  
  ;; Look in an article or mail message for the Subject: line.  To be
  ;; placed in ps-left-headers.
--- 1945,1958 ----
  ;; WARNING!!! The following code is *sample* code only. Don't use it
  ;; unless you understand what it does!
  
! ;(defmacro ps-prsc () (list 'if (list 'eq 'ps-print-emacs-type ''emacs)
! ;			   [f22] ''f22))
! ;(defmacro ps-c-prsc () (list 'if (list 'eq 'ps-print-emacs-type ''emacs)
! ;			     [C-f22]
! ;			     ''(control f22)))
! ;(defmacro ps-s-prsc () (list 'if (list 'eq 'ps-print-emacs-type ''emacs)
! ;			     [S-f22]
! ;			     ''(shift f22)))
  
  ;; Look in an article or mail message for the Subject: line.  To be
  ;; placed in ps-left-headers.

