]> git.eshelyaron.com Git - emacs.git/commitdiff
(ps-mule-encode-header-string, ps-mule-begin-page)
authorGlenn Morris <rgm@gnu.org>
Tue, 27 Nov 2007 04:11:20 +0000 (04:11 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 27 Nov 2007 04:11:20 +0000 (04:11 +0000)
(ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
(ps-mule-initialize, ps-mule-begin-job): Declare as functions.

lisp/ps-print.el

index 0c567729fbe19a46e43cd3a038703d64d570f234..8424a7de44f168629d5fa226a871570abacf6da7 100644 (file)
@@ -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)