From: Glenn Morris Date: Tue, 27 Nov 2007 04:11:20 +0000 (+0000) Subject: (ps-mule-encode-header-string, ps-mule-begin-page) X-Git-Tag: emacs-pretest-23.0.90~9432 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50d9253801246688abf17ebee7c7ca29d1334db7;p=emacs.git (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 --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)