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-ebx.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ebnf-ebx.el
Date: Tue, 21 Jun 2005 09:51:40 -0400

Index: emacs/lisp/progmodes/ebnf-ebx.el
diff -c emacs/lisp/progmodes/ebnf-ebx.el:1.4 
emacs/lisp/progmodes/ebnf-ebx.el:1.5
*** emacs/lisp/progmodes/ebnf-ebx.el:1.4        Fri Mar 25 08:47:00 2005
--- emacs/lisp/progmodes/ebnf-ebx.el    Tue Jun 21 13:51:40 2005
***************
*** 295,301 ****
          (cons (car except)
                (ebnf-make-except (cdr term) (cdr except))))
        term)))
!         
  
  
  ;;; term ::= factor ('*' | '+' | '?')?
--- 295,301 ----
          (cons (car except)
                (ebnf-make-except (cdr term) (cdr except))))
        term)))
! 
  
  
  ;;; term ::= factor ('*' | '+' | '?')?
***************
*** 416,422 ****
  
  
  (defun ebnf-ebx-lex ()
!   "Lexical analyser for EBNFX.
  
  Return a lexical token.
  
--- 416,422 ----
  
  
  (defun ebnf-ebx-lex ()
!   "Lexical analyzer for EBNFX.
  
  Return a lexical token.
  
***************
*** 503,509 ****
        (error "Missing end of constraint `]'"))
    (forward-char)
    t)
!   
  
  
  (defun ebnf-ebx-skip-end-of-rule ()
--- 503,509 ----
        (error "Missing end of constraint `]'"))
    (forward-char)
    t)
! 
  
  
  (defun ebnf-ebx-skip-end-of-rule ()




reply via email to

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