Skip to content
Snippets Groups Projects
Commit c061b0bdeecc authored by youngs's avatar youngs
Browse files

2002-04-24 Steve Youngs <youngs@xemacs.org>

	* ps-print.el (ps-page-dimensions-database): Add autoload cookie.
parent d20a177c90c8
No related branches found
No related tags found
No related merge requests found
2002-04-24 Steve Youngs <youngs@xemacs.org>
* ps-print.el (ps-page-dimensions-database): Add autoload cookie.
2002-03-22 Adrian Aichner <adrian@xemacs.org>
* lpr.el: Fix typo.
......
......@@ -1817,6 +1817,7 @@ If it's nil, automatic feeding takes place."
;; B4 10.125 inch x 14.33 inch
;; B5 7.16 inch x 10.125 inch
;;;###autoload
(defcustom ps-page-dimensions-database
(list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4")
(list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment