changeset 60200:9afc1e30ea84

(ps-header-footer-string): Return a list of header and footer strings.
author Kenichi Handa <handa@m17n.org>
date Tue, 22 Feb 2005 06:18:38 +0000
parents 250baa36f408
children 0d38d6148c13
files lisp/ps-print.el
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ps-print.el	Mon Feb 21 23:09:43 2005 +0000
+++ b/lisp/ps-print.el	Tue Feb 22 06:18:38 2005 +0000
@@ -4855,9 +4855,7 @@
   (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)
-	     ""))
+  (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.