diff options
| author | Kenichi Handa | 2005-02-22 06:18:38 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-02-22 06:18:38 +0000 |
| commit | b77ba60f8cba4184abd40c951f2c0efaf9e44e76 (patch) | |
| tree | 69966dee38265cca7a23740b9a411d613596976e | |
| parent | 396a112b746248cbc8f30ac2a0e8ead284cb5f76 (diff) | |
| download | emacs-b77ba60f8cba4184abd40c951f2c0efaf9e44e76.tar.gz emacs-b77ba60f8cba4184abd40c951f2c0efaf9e44e76.zip | |
(ps-header-footer-string): Return a list of header
and footer strings.
| -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 | |||
| 4855 | (and ps-print-footer | 4855 | (and ps-print-footer |
| 4856 | (setq ps-lf-cache (ps-generate-string-list ps-left-footer) | 4856 | (setq ps-lf-cache (ps-generate-string-list ps-left-footer) |
| 4857 | ps-rf-cache (ps-generate-string-list ps-right-footer))) | 4857 | ps-rf-cache (ps-generate-string-list ps-right-footer))) |
| 4858 | (mapconcat 'identity | 4858 | (append ps-lh-cache ps-rh-cache ps-lf-cache ps-rf-cache)) |
| 4859 | (append ps-lh-cache ps-rh-cache ps-lf-cache ps-rf-cache) | ||
| 4860 | "")) | ||
| 4861 | 4859 | ||
| 4862 | ;; These functions insert the arrays that define the contents of the headers. | 4860 | ;; These functions insert the arrays that define the contents of the headers. |
| 4863 | 4861 | ||