emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ps-print.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/ps-print.el
Date: Tue, 22 Feb 2005 01:18:38 -0500

Index: emacs/lisp/ps-print.el
diff -c emacs/lisp/ps-print.el:1.152 emacs/lisp/ps-print.el:1.153
*** emacs/lisp/ps-print.el:1.152        Fri Feb 18 00:41:08 2005
--- emacs/lisp/ps-print.el      Tue Feb 22 06:18:38 2005
***************
*** 4855,4863 ****
    (and ps-print-footer
         (setq ps-lf-cache (ps-generate-string-list ps-left-footer)
             ps-rf-cache (ps-generate-string-list ps-right-footer)))
!   (mapconcat 'identity
!            (append ps-lh-cache ps-rh-cache ps-lf-cache ps-rf-cache)
!            ""))
  
  ;; These functions insert the arrays that define the contents of the headers.
  
--- 4855,4861 ----
    (and ps-print-footer
         (setq ps-lf-cache (ps-generate-string-list ps-left-footer)
             ps-rf-cache (ps-generate-string-list ps-right-footer)))
!   (append ps-lh-cache ps-rh-cache ps-lf-cache ps-rf-cache))
  
  ;; These functions insert the arrays that define the contents of the headers.
  




reply via email to

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