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/ebnf2ps.el


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ebnf2ps.el
Date: Fri, 25 Mar 2005 03:47:06 -0500

Index: emacs/lisp/progmodes/ebnf2ps.el
diff -c emacs/lisp/progmodes/ebnf2ps.el:1.28 
emacs/lisp/progmodes/ebnf2ps.el:1.29
*** emacs/lisp/progmodes/ebnf2ps.el:1.28        Sat Nov 20 00:40:27 2004
--- emacs/lisp/progmodes/ebnf2ps.el     Fri Mar 25 08:47:00 2005
***************
*** 1,6 ****
  ;;; ebnf2ps.el --- translate an EBNF to a syntactic chart on PostScript
  
! ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
  ;; Free Software Foundation, Inc.
  
  ;; Author: Vinicius Jose Latorre <address@hidden>
--- 1,6 ----
  ;;; ebnf2ps.el --- translate an EBNF to a syntactic chart on PostScript
  
! ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
  ;; Free Software Foundation, Inc.
  
  ;; Author: Vinicius Jose Latorre <address@hidden>
***************
*** 5499,5505 ****
       ;;(skip-chars-forward (concat chars "\240-\377") ebnf-limit)
       (skip-chars-forward (concat chars ebnf-8-bit-chars) ebnf-limit)
       (if (or (eobp) (/= (following-char) eos-char))
!        (error "Illegal %s: missing `%c'" kind eos-char)
         (forward-char)
         (1- (point))))))
  
--- 5499,5505 ----
       ;;(skip-chars-forward (concat chars "\240-\377") ebnf-limit)
       (skip-chars-forward (concat chars ebnf-8-bit-chars) ebnf-limit)
       (if (or (eobp) (/= (following-char) eos-char))
!        (error "Invalid %s: missing `%c'" kind eos-char)
         (forward-char)
         (1- (point))))))
  




reply via email to

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