diff options
author | Kenichi Handa <handa@m17n.org> | 2005-02-22 06:18:38 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2005-02-22 06:18:38 +0000 |
commit | b77ba60f8cba4184abd40c951f2c0efaf9e44e76 (patch) | |
tree | 69966dee38265cca7a23740b9a411d613596976e /lisp/ps-print.el | |
parent | 396a112b746248cbc8f30ac2a0e8ead284cb5f76 (diff) | |
download | emacs-b77ba60f8cba4184abd40c951f2c0efaf9e44e76.tar.gz |
(ps-header-footer-string): Return a list of header
and footer strings.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 214a19560a4..d8c8f1f6ded 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -4855,9 +4855,7 @@ page-height == ((floor print-height ((th + ls) * zh)) * ((th + ls) * zh)) - th (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. |