/[emacs]/emacs/lisp/progmodes/ebnf-bnf.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/ebnf-bnf.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by wl, Fri Mar 25 08:47:00 2005 UTC revision 1.13 by lektu, Tue Jun 21 13:48:18 2005 UTC
# Line 109  Line 109 
109  ;;    ;; 8-bit accentuated characters) except `"', as `"' is used to delimit a  ;;    ;; 8-bit accentuated characters) except `"', as `"' is used to delimit a
110  ;;    ;; terminal.  Also, accepts escaped characters, that is, a character  ;;    ;; terminal.  Also, accepts escaped characters, that is, a character
111  ;;    ;; pair starting with `\' followed by a printable character, for  ;;    ;; pair starting with `\' followed by a printable character, for
112  ;;    ;; example: \", \\.  ;;    ;; example: \", \\.
113  ;;  ;;
114  ;;    special = "[^?\\000-\\010\\012-\\037\\177-\\237]*".  ;;    special = "[^?\\000-\\010\\012-\\037\\177-\\237]*".
115  ;;    ;; that is, a valid special accepts any printable character (including  ;;    ;; that is, a valid special accepts any printable character (including
# Line 429  Line 429 
429    
430    
431  (defun ebnf-bnf-lex ()  (defun ebnf-bnf-lex ()
432    "Lexical analyser for EBNF.    "Lexical analyzer for EBNF.
433    
434  Return a lexical token.  Return a lexical token.
435    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26