diff options
| author | Richard M. Stallman | 1995-07-27 07:40:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-27 07:40:22 +0000 |
| commit | 68621a8f13488a1f8aa29373b331f3d02468596b (patch) | |
| tree | f471462081e50c40c824c0afd7981a51af89557f | |
| parent | 8429908361f6bd419a77479d0e76bdfd478605da (diff) | |
| download | emacs-68621a8f13488a1f8aa29373b331f3d02468596b.tar.gz emacs-68621a8f13488a1f8aa29373b331f3d02468596b.zip | |
(texinfo-environment-regexp): Allow whitespace at BOL.
| -rw-r--r-- | lisp/textmodes/texinfo.el | 2 |
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\ |