]> git.eshelyaron.com Git - emacs.git/commitdiff
ebnf-begin-job code fix
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Fri, 8 Aug 2003 02:32:06 +0000 (02:32 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Fri, 8 Aug 2003 02:32:06 +0000 (02:32 +0000)
lisp/ChangeLog
lisp/progmodes/ebnf2ps.el

index 2d6e31a44b7b4d8af2253eb6169c88c3a8546565..0018c9927363a2b86bad0431c4112ddb0525e0d2 100644 (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)
index e68bcabc9dfcde349a740eaa2c42cc1bfbea8796..7f0a47bccf8189cc25d1cb16ce266a8cb2708a2a 100644 (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")