aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-07-27 07:40:22 +0000
committerRichard M. Stallman1995-07-27 07:40:22 +0000
commit68621a8f13488a1f8aa29373b331f3d02468596b (patch)
treef471462081e50c40c824c0afd7981a51af89557f
parent8429908361f6bd419a77479d0e76bdfd478605da (diff)
downloademacs-68621a8f13488a1f8aa29373b331f3d02468596b.tar.gz
emacs-68621a8f13488a1f8aa29373b331f3d02468596b.zip
(texinfo-environment-regexp): Allow whitespace at BOL.
-rw-r--r--lisp/textmodes/texinfo.el2
1 files changed, 1 insertions, 1 deletions
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."
396;;; Insert string commands 396;;; Insert string commands
397 397
398(defconst texinfo-environment-regexp 398(defconst texinfo-environment-regexp
399 "^@\\(f?table\\|enumerate\\|itemize\ 399 "^[ \t]*@\\(f?table\\|enumerate\\|itemize\
400\\|ifhtml\\|ifinfo\\|iftex\\|ifset\\|ifclear\ 400\\|ifhtml\\|ifinfo\\|iftex\\|ifset\\|ifclear\
401\\|example\\|quotation\\|lisp\\|smallexample\\|smalllisp\\|display\\|format\ 401\\|example\\|quotation\\|lisp\\|smallexample\\|smalllisp\\|display\\|format\
402\\|flushleft\\|flushright\\|ignore\\|group\\|tex\\|html\\|cartouche\\|menu\ 402\\|flushleft\\|flushright\\|ignore\\|group\\|tex\\|html\\|cartouche\\|menu\