# HG changeset patch # User Glenn Morris # Date 1196136680 0 # Node ID 2256fea11eb1495bd11b5b9cc6a389aa3fb3caa3 # Parent b7d08fe21e5e26359afd9895c3ea6d1bee171f85 (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. diff -r b7d08fe21e5e -r 2256fea11eb1 lisp/ps-print.el --- a/lisp/ps-print.el Tue Nov 27 04:10:20 2007 +0000 +++ b/lisp/ps-print.el Tue Nov 27 04:11:20 2007 +0000 @@ -4908,6 +4908,14 @@ ps-rf-cache (ps-generate-string-list ps-right-footer))) (append ps-lh-cache ps-rh-cache ps-lf-cache ps-rf-cache)) +;; All autoloads. +(declare-function ps-mule-encode-header-string "ps-mule") +(declare-function ps-mule-begin-page "ps-mule") +(declare-function ps-mule-prepare-ascii-font "ps-mule") +(declare-function ps-mule-set-ascii-font "ps-mule") +(declare-function ps-mule-initialize "ps-mule") +(declare-function ps-mule-begin-job "ps-mule") + ;; These functions insert the arrays that define the contents of the headers. (defun ps-generate-header-line (fonttag &optional content)