# HG changeset patch # User Vinicius Jose Latorre # Date 1060309926 0 # Node ID 0306a6f7d0f460303c8dd9694ac805308b9cd743 # Parent 2b13b04b07a987e868e7a9bda87614848f73bed6 ebnf-begin-job code fix diff -r 2b13b04b07a9 -r 0306a6f7d0f4 lisp/ChangeLog --- a/lisp/ChangeLog Thu Aug 07 16:00:31 2003 +0000 +++ b/lisp/ChangeLog Fri Aug 08 02:32:06 2003 +0000 @@ -1,3 +1,8 @@ +2003-08-07 Vinicius Jose Latorre + + * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix. + + 2003-08-06 Glenn Morris * calendar/calendar.el (list-diary-entries-hook) diff -r 2b13b04b07a9 -r 0306a6f7d0f4 lisp/progmodes/ebnf2ps.el --- 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 ;; Maintainer: Vinicius Jose Latorre ;; 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")