summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ebnf-iso.el
diff options
context:
space:
mode:
authorVinicius Jose Latorre <viniciusjl@ig.com.br>2003-08-13 00:37:24 +0000
committerVinicius Jose Latorre <viniciusjl@ig.com.br>2003-08-13 00:37:24 +0000
commit1002b9b5d9bf444804b1e1de5b28cbf9889cb18a (patch)
treed5f7333eef2e864e28d66dcc786e730d3acb7c60 /lisp/progmodes/ebnf-iso.el
parent82762866880b2c8f770d9b21a1ad5df892a0f535 (diff)
downloademacs-1002b9b5d9bf444804b1e1de5b28cbf9889cb18a.tar.gz
ebnf-no-meta-identifier ==> var instead constant.
Diffstat (limited to 'lisp/progmodes/ebnf-iso.el')
-rw-r--r--lisp/progmodes/ebnf-iso.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/progmodes/ebnf-iso.el b/lisp/progmodes/ebnf-iso.el
index f4c965b6ed7..5e16e2edd21 100644
--- a/lisp/progmodes/ebnf-iso.el
+++ b/lisp/progmodes/ebnf-iso.el
@@ -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 <vinicius@cpqd.com.br>
;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
;; 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.")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;