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: Fri, 08 Aug 2003 22:17:12 -0400

Index: emacs/lisp/progmodes/ebnf2ps.el
diff -c emacs/lisp/progmodes/ebnf2ps.el:1.13 
emacs/lisp/progmodes/ebnf2ps.el:1.14
*** emacs/lisp/progmodes/ebnf2ps.el:1.13        Thu Aug  7 22:32:06 2003
--- emacs/lisp/progmodes/ebnf2ps.el     Fri Aug  8 22:17:12 2003
***************
*** 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/
  
--- 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 ----




reply via email to

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