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.
_______________________________________________ Emacs-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-diffs
