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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ebnf2ps.el [lexbind]
Date: Tue, 14 Oct 2003 19:30:26 -0400

Index: emacs/lisp/progmodes/ebnf2ps.el
diff -c emacs/lisp/progmodes/ebnf2ps.el:1.11.8.1 
emacs/lisp/progmodes/ebnf2ps.el:1.11.8.2
*** emacs/lisp/progmodes/ebnf2ps.el:1.11.8.1    Fri Apr  4 01:20:32 2003
--- emacs/lisp/progmodes/ebnf2ps.el     Tue Oct 14 19:30:16 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/08 23:09:36 vinicius>
  ;; Version: 3.6.1
  ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
  
***************
*** 3594,3599 ****
--- 3594,3603 ----
           (format ebnf-message-float value)))
  
  
+ (defvar ebnf-total 0)
+ (defvar ebnf-nprod 0)
+ 
+ 
  (defsubst ebnf-message-info (messag)
    (message "%s...%3d%%"
           messag
***************
*** 3814,3821 ****
  
  (defvar ebnf-tree      nil)
  (defvar ebnf-direction "R")
- (defvar ebnf-total     0)
- (defvar ebnf-nprod     0)
  
  
  (defun ebnf-generate-postscript (from to)
--- 3818,3823 ----
***************
*** 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")
--- 4268,4274 ----
  
  
  (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")
***************
*** 5294,5297 ****
--- 5296,5300 ----
  
  (provide 'ebnf2ps)
  
+ ;;; arch-tag: 148bc8af-5398-468b-b922-eeb7afef3e4f
  ;;; ebnf2ps.el ends here




reply via email to

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