comparison lisp/ps-print.el @ 86485:2256fea11eb1

(ps-mule-encode-header-string, ps-mule-begin-page) (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font) (ps-mule-initialize, ps-mule-begin-job): Declare as functions.
author Glenn Morris <rgm@gnu.org>
date Tue, 27 Nov 2007 04:11:20 +0000
parents 6fd01916efe1
children 5a01a0bdd017
comparison
equal deleted inserted replaced
86484:b7d08fe21e5e 86485:2256fea11eb1
4905 ps-rh-cache (ps-generate-string-list ps-right-header))) 4905 ps-rh-cache (ps-generate-string-list ps-right-header)))
4906 (and ps-print-footer 4906 (and ps-print-footer
4907 (setq ps-lf-cache (ps-generate-string-list ps-left-footer) 4907 (setq ps-lf-cache (ps-generate-string-list ps-left-footer)
4908 ps-rf-cache (ps-generate-string-list ps-right-footer))) 4908 ps-rf-cache (ps-generate-string-list ps-right-footer)))
4909 (append ps-lh-cache ps-rh-cache ps-lf-cache ps-rf-cache)) 4909 (append ps-lh-cache ps-rh-cache ps-lf-cache ps-rf-cache))
4910
4911 ;; All autoloads.
4912 (declare-function ps-mule-encode-header-string "ps-mule")
4913 (declare-function ps-mule-begin-page "ps-mule")
4914 (declare-function ps-mule-prepare-ascii-font "ps-mule")
4915 (declare-function ps-mule-set-ascii-font "ps-mule")
4916 (declare-function ps-mule-initialize "ps-mule")
4917 (declare-function ps-mule-begin-job "ps-mule")
4910 4918
4911 ;; These functions insert the arrays that define the contents of the headers. 4919 ;; These functions insert the arrays that define the contents of the headers.
4912 4920
4913 (defun ps-generate-header-line (fonttag &optional content) 4921 (defun ps-generate-header-line (fonttag &optional content)
4914 (ps-output " [" fonttag " ") 4922 (ps-output " [" fonttag " ")