# HG changeset patch # User Vinicius Jose Latorre # Date 1060735044 0 # Node ID 2d0c2b7dbf3f415c4eb50f2d9d4bb456e08c118e # Parent c11b7bac609cfe50a226310e7dc892c3c239a413 ebnf-no-meta-identifier ==> var instead constant. diff -r c11b7bac609c -r 2d0c2b7dbf3f lisp/progmodes/ebnf-iso.el --- a/lisp/progmodes/ebnf-iso.el Wed Aug 13 00:36:11 2003 +0000 +++ b/lisp/progmodes/ebnf-iso.el Wed Aug 13 00:37:24 2003 +0000 @@ -1,11 +1,11 @@ ;;; ebnf-iso.el --- parser for ISO EBNF -;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre ;; Maintainer: Vinicius Jose Latorre ;; Keywords: wp, ebnf, PostScript -;; Time-stamp: <2003-02-10 10:26:32 jbarranquero> +;; Time-stamp: <2003/08/12 21:29:14 vinicius> ;; Version: 1.6 ;; This file is part of GNU Emacs. @@ -127,7 +127,8 @@ "Value returned by `ebnf-iso-lex' function.") -(defconst ebnf-no-meta-identifier nil) +(defvar ebnf-no-meta-identifier nil + "Used by `ebnf-iso-term' and `ebnf-iso-lex' functions.") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;