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: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ebnf-ebx.el
Date: Fri, 25 Mar 2005 03:47:05 -0500

Index: emacs/lisp/progmodes/ebnf-ebx.el
diff -c emacs/lisp/progmodes/ebnf-ebx.el:1.3 
emacs/lisp/progmodes/ebnf-ebx.el:1.4
*** emacs/lisp/progmodes/ebnf-ebx.el:1.3        Mon Apr  5 01:53:51 2004
--- emacs/lisp/progmodes/ebnf-ebx.el    Fri Mar 25 08:47:00 2005
***************
*** 1,6 ****
  ;;; ebnf-ebx.el --- parser for EBNF used to specify XML (EBNFX)
  
! ;; Copyright (C) 2004 Free Sofware Foundation, Inc.
  
  ;; Author: Vinicius Jose Latorre <address@hidden>
  ;; Maintainer: Vinicius Jose Latorre <address@hidden>
--- 1,6 ----
  ;;; ebnf-ebx.el --- parser for EBNF used to specify XML (EBNFX)
  
! ;; Copyright (C) 2004, 2005 Free Sofware Foundation, Inc.
  
  ;; Author: Vinicius Jose Latorre <address@hidden>
  ;; Maintainer: Vinicius Jose Latorre <address@hidden>
***************
*** 453,459 ****
        'end-of-input)
         ;; error
         ((eq token 'error)
!       (error "Illegal character"))
         ;; end of rule
         ((eq token 'end-of-rule)
        'end-of-rule)
--- 453,459 ----
        'end-of-input)
         ;; error
         ((eq token 'error)
!       (error "Invalid character"))
         ;; end of rule
         ((eq token 'end-of-rule)
        'end-of-rule)




reply via email to

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