# HG changeset patch # User Richard M. Stallman # Date 806830822 0 # Node ID c56f1c77ce73d9faed27beaf5eebdb779634c75a # Parent e7e04fe05a17646b0bda8fbcadcc758dc8ec8ca9 (texinfo-environment-regexp): Allow whitespace at BOL. diff -r e7e04fe05a17 -r c56f1c77ce73 lisp/textmodes/texinfo.el --- a/lisp/textmodes/texinfo.el Thu Jul 27 07:37:53 1995 +0000 +++ b/lisp/textmodes/texinfo.el Thu Jul 27 07:40:22 1995 +0000 @@ -396,7 +396,7 @@ ;;; Insert string commands (defconst texinfo-environment-regexp - "^@\\(f?table\\|enumerate\\|itemize\ + "^[ \t]*@\\(f?table\\|enumerate\\|itemize\ \\|ifhtml\\|ifinfo\\|iftex\\|ifset\\|ifclear\ \\|example\\|quotation\\|lisp\\|smallexample\\|smalllisp\\|display\\|format\ \\|flushleft\\|flushright\\|ignore\\|group\\|tex\\|html\\|cartouche\\|menu\