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


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

Index: emacs/lisp/progmodes/ebnf-bnf.el
diff -c emacs/lisp/progmodes/ebnf-bnf.el:1.12 
emacs/lisp/progmodes/ebnf-bnf.el:1.13
*** emacs/lisp/progmodes/ebnf-bnf.el:1.12       Fri Mar 25 08:47:00 2005
--- emacs/lisp/progmodes/ebnf-bnf.el    Tue Jun 21 13:48:18 2005
***************
*** 109,115 ****
  ;;    ;; 8-bit accentuated characters) except `"', as `"' is used to delimit a
  ;;    ;; terminal.  Also, accepts escaped characters, that is, a character
  ;;    ;; pair starting with `\' followed by a printable character, for
! ;;    ;; example: \", \\. 
  ;;
  ;;    special = "[^?\\000-\\010\\012-\\037\\177-\\237]*".
  ;;    ;; that is, a valid special accepts any printable character (including
--- 109,115 ----
  ;;    ;; 8-bit accentuated characters) except `"', as `"' is used to delimit a
  ;;    ;; terminal.  Also, accepts escaped characters, that is, a character
  ;;    ;; pair starting with `\' followed by a printable character, for
! ;;    ;; example: \", \\.
  ;;
  ;;    special = "[^?\\000-\\010\\012-\\037\\177-\\237]*".
  ;;    ;; that is, a valid special accepts any printable character (including
***************
*** 429,435 ****
  
  
  (defun ebnf-bnf-lex ()
!   "Lexical analyser for EBNF.
  
  Return a lexical token.
  
--- 429,435 ----
  
  
  (defun ebnf-bnf-lex ()
!   "Lexical analyzer for EBNF.
  
  Return a lexical token.
  




reply via email to

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