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/ebnf-iso.el [lexbind]


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

Index: emacs/lisp/progmodes/ebnf-iso.el
diff -c emacs/lisp/progmodes/ebnf-iso.el:1.6.8.1 
emacs/lisp/progmodes/ebnf-iso.el:1.6.8.2
*** emacs/lisp/progmodes/ebnf-iso.el:1.6.8.1    Fri Apr  4 01:20:32 2003
--- emacs/lisp/progmodes/ebnf-iso.el    Tue Oct 14 19:30:16 2003
***************
*** 1,11 ****
  ;;; ebnf-iso.el --- parser for ISO EBNF
  
! ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
  
  ;; Author: Vinicius Jose Latorre <address@hidden>
  ;; Maintainer: Vinicius Jose Latorre <address@hidden>
  ;; Keywords: wp, ebnf, PostScript
! ;; Time-stamp: <2003-02-10 10:26:32 jbarranquero>
  ;; Version: 1.6
  
  ;; This file is part of GNU Emacs.
--- 1,11 ----
  ;;; ebnf-iso.el --- parser for ISO EBNF
  
! ;; Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
  
  ;; Author: Vinicius Jose Latorre <address@hidden>
  ;; Maintainer: Vinicius Jose Latorre <address@hidden>
  ;; Keywords: wp, ebnf, PostScript
! ;; Time-stamp: <2003/08/12 21:29:14 vinicius>
  ;; Version: 1.6
  
  ;; This file is part of GNU Emacs.
***************
*** 127,133 ****
    "Value returned by `ebnf-iso-lex' function.")
  
  
! (defconst ebnf-no-meta-identifier nil)
  
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
--- 127,134 ----
    "Value returned by `ebnf-iso-lex' function.")
  
  
! (defvar ebnf-no-meta-identifier nil
!   "Used by `ebnf-iso-term' and `ebnf-iso-lex' functions.")
  
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
***************
*** 612,615 ****
--- 613,617 ----
  (provide 'ebnf-iso)
  
  
+ ;;; arch-tag: 03315eef-8f64-404a-bf9d-256d42442ee3
  ;;; ebnf-iso.el ends here




reply via email to

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