# HG changeset patch # User Kenichi Handa # Date 1109053118 0 # Node ID 9afc1e30ea84d5f06c7918eb97a377a76fd91921 # Parent 250baa36f4080eaa20ea9b37353e93ac3bb5f2d3 (ps-header-footer-string): Return a list of header and footer strings. diff -r 250baa36f408 -r 9afc1e30ea84 lisp/ps-print.el --- 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.