1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-21 03:52:16 -08:00

ebnf-begin-job code fix

This commit is contained in:
Vinicius Jose Latorre 2003-08-08 02:32:06 +00:00
parent abd39b5719
commit ae6f46f914
2 changed files with 7 additions and 2 deletions

View file

@ -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)

View file

@ -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 @@ 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")