aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-11-27 04:11:20 +0000
committerGlenn Morris2007-11-27 04:11:20 +0000
commit50d9253801246688abf17ebee7c7ca29d1334db7 (patch)
tree6c92f63bca8454d4a9b3d8053e7b7f2d06903ee0
parent14ecd9e42d1890fe033e590ff6857032b556ea39 (diff)
downloademacs-50d9253801246688abf17ebee7c7ca29d1334db7.tar.gz
emacs-50d9253801246688abf17ebee7c7ca29d1334db7.zip
(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.
-rw-r--r--lisp/ps-print.el8
1 files changed, 8 insertions, 0 deletions
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
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 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")
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)