aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ebnf2ps.el
diff options
context:
space:
mode:
authorVinicius Jose Latorre <[email protected]>2003-08-08 02:32:06 +0000
committerVinicius Jose Latorre <[email protected]>2003-08-08 02:32:06 +0000
commitae6f46f9148dff382eb1bf37bc8a674eddad62d4 (patch)
tree78be064b2f202c4d5344eb6dcb8f28b9625f0ed1 /lisp/progmodes/ebnf2ps.el
parentabd39b57199460ebbfcd4d98f9824fa8275f23e9 (diff)
ebnf-begin-job code fix
Diffstat (limited to 'lisp/progmodes/ebnf2ps.el')
-rw-r--r--lisp/progmodes/ebnf2ps.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el
index e68bcabc9d..7f0a47bccf 100644
--- a/lisp/progmodes/ebnf2ps.el
+++ b/lisp/progmodes/ebnf2ps.el
@@ -5,7 +5,7 @@
;; Author: Vinicius Jose Latorre <[email protected]>
;; Maintainer: Vinicius Jose Latorre <[email protected]>
;; 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 @@ end
(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")