From 50d9253801246688abf17ebee7c7ca29d1334db7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 27 Nov 2007 04:11:20 +0000 Subject: [PATCH] (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. --- lisp/ps-print.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 0c567729fbe..8424a7de44f 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -4908,6 +4908,14 @@ page-height == ((floor print-height ((th + ls) * zh)) * ((th + ls) * zh)) - th 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) -- 2.39.2