From 68621a8f13488a1f8aa29373b331f3d02468596b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 27 Jul 1995 07:40:22 +0000 Subject: [PATCH] (texinfo-environment-regexp): Allow whitespace at BOL. --- lisp/textmodes/texinfo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 2ed5a3291d1..608c739c346 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -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\ -- 2.39.2