]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-environment-regexp): Allow whitespace at BOL.
authorRichard M. Stallman <rms@gnu.org>
Thu, 27 Jul 1995 07:40:22 +0000 (07:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 27 Jul 1995 07:40:22 +0000 (07:40 +0000)
lisp/textmodes/texinfo.el

index 2ed5a3291d161da30771c5fb19b48472dd0db0d6..608c739c346c62d4a7c652224d113b89958db90e 100644 (file)
@@ -396,7 +396,7 @@ value of texinfo-mode-hook."
 ;;; 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\