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


From: Vinicius Jose Latorre
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ebnf-iso.el
Date: Tue, 12 Aug 2003 20:37:24 -0400

Index: emacs/lisp/progmodes/ebnf-iso.el
diff -c emacs/lisp/progmodes/ebnf-iso.el:1.7 
emacs/lisp/progmodes/ebnf-iso.el:1.8
*** emacs/lisp/progmodes/ebnf-iso.el:1.7        Mon Feb 10 04:53:44 2003
--- emacs/lisp/progmodes/ebnf-iso.el    Tue Aug 12 20:37:24 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.")
  
  
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;




reply via email to

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