emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/ps-prin1.ps,v


From: Vinicius Jose Latorre
Subject: [Emacs-diffs] Changes to emacs/etc/ps-prin1.ps,v
Date: Sat, 27 Jan 2007 00:10:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Vinicius Jose Latorre <viniciusjl>      07/01/27 00:10:33

Index: ps-prin1.ps
===================================================================
RCS file: /sources/emacs/emacs/etc/ps-prin1.ps,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- ps-prin1.ps 4 Jul 2005 14:58:52 -0000       1.18
+++ ps-prin1.ps 27 Jan 2007 00:10:33 -0000      1.19
@@ -1,7 +1,7 @@
 % === BEGIN ps-print prologue 1
-% version: 6.0
+% version: 6.1
 
-% Copyright (C) 2000, 2001, 2002, 2003, 2004  Free Software Foundation, Inc.
+% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2007  Free Software Foundation, 
Inc.
 %
 % This file is part of GNU Emacs.
 %
@@ -429,14 +429,16 @@
 % stack: --
 /printBackground{
   /BackgroundColor where{
+    /LHg LineHeight 0.65 mul def
+    /PHg PrintHeight LHg add def
     pop gsave BackgroundColor SetColor
     NumberOfColumns{
      gsave
-     0 LineHeight 0.65 mul rmoveto
+     0 LHg rmoveto
      PrintWidth 0 rlineto
-     0 PrintHeight neg rlineto
+     0 PHg neg rlineto
      PrintWidth neg 0 rlineto
-     0 PrintHeight rlineto
+     0 PHg rlineto
      fill
      grestore
      PrintWidth InterColumn add 0 rmoveto




reply via email to

[Prev in Thread] Current Thread [Next in Thread]