diff lisp/progmodes/ebnf2ps.el @ 52163:0306a6f7d0f4

ebnf-begin-job code fix
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Fri, 08 Aug 2003 02:32:06 +0000
parents 265858431838
children 282da92e75ee
line wrap: on
line diff
--- a/lisp/progmodes/ebnf2ps.el	Thu Aug 07 16:00:31 2003 +0000
+++ b/lisp/progmodes/ebnf2ps.el	Fri Aug 08 02:32:06 2003 +0000
@@ -5,7 +5,7 @@
 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
 ;; Keywords: wp, ebnf, PostScript
-;; Time-stamp: <2003-02-10 10:40:14 jbarranquero>
+;; Time-stamp: <2003/08/07 23:23:14 vinicius>
 ;; Version: 3.6.1
 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
 
@@ -4266,7 +4266,7 @@
 
 
 (defun ebnf-begin-job ()
-  (ps-printing-region nil nil)
+  (ps-printing-region nil nil nil)
   (if ebnf-use-float-format
       (setq ebnf-format-float  "%1.3f"
 	    ebnf-message-float "%3.2f")