changeset 12688:c56f1c77ce73

(texinfo-environment-regexp): Allow whitespace at BOL.
author Richard M. Stallman <rms@gnu.org>
date Thu, 27 Jul 1995 07:40:22 +0000
parents e7e04fe05a17
children 83ef0f002ecf
files lisp/textmodes/texinfo.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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\