From ae6f46f9148dff382eb1bf37bc8a674eddad62d4 Mon Sep 17 00:00:00 2001 From: Vinicius Jose Latorre Date: Fri, 8 Aug 2003 02:32:06 +0000 Subject: [PATCH] ebnf-begin-job code fix --- lisp/ChangeLog | 5 +++++ lisp/progmodes/ebnf2ps.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2d6e31a44b7..0018c992736 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index e68bcabc9df..7f0a47bccf8 100644 --- a/lisp/progmodes/ebnf2ps.el +++ b/lisp/progmodes/ebnf2ps.el @@ -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 @@ 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") -- 2.39.2