emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/ebnf2ps.el


From: Vinicius Jose Latorre
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ebnf2ps.el
Date: Thu, 07 Aug 2003 22:32:06 -0400

Index: emacs/lisp/progmodes/ebnf2ps.el
diff -c emacs/lisp/progmodes/ebnf2ps.el:1.12 
emacs/lisp/progmodes/ebnf2ps.el:1.13
*** emacs/lisp/progmodes/ebnf2ps.el:1.12        Mon Feb 10 04:58:05 2003
--- emacs/lisp/progmodes/ebnf2ps.el     Thu Aug  7 22:32:06 2003
***************
*** 5,11 ****
  ;; Author: Vinicius Jose Latorre <address@hidden>
  ;; Maintainer: Vinicius Jose Latorre <address@hidden>
  ;; Keywords: wp, ebnf, PostScript
! ;; Time-stamp: <2003-02-10 10:40:14 jbarranquero>
  ;; Version: 3.6.1
  ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
  
--- 5,11 ----
  ;; Author: Vinicius Jose Latorre <address@hidden>
  ;; Maintainer: Vinicius Jose Latorre <address@hidden>
  ;; Keywords: wp, ebnf, PostScript
! ;; Time-stamp: <2003/08/07 23:23:14 vinicius>
  ;; Version: 3.6.1
  ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
  
***************
*** 4266,4272 ****
  
  
  (defun ebnf-begin-job ()
!   (ps-printing-region nil nil)
    (if ebnf-use-float-format
        (setq ebnf-format-float  "%1.3f"
            ebnf-message-float "%3.2f")
--- 4266,4272 ----
  
  
  (defun ebnf-begin-job ()
!   (ps-printing-region nil nil nil)
    (if ebnf-use-float-format
        (setq ebnf-format-float  "%1.3f"
            ebnf-message-float "%3.2f")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]