Mercurial > emacs
changeset 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 | 2b13b04b07a9 |
children | 809050824a8f |
files | lisp/ChangeLog lisp/progmodes/ebnf2ps.el |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <viniciusjl@ig.com.br> + + * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix. + + 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk> * calendar/calendar.el (list-diary-entries-hook)
--- 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")