Mercurial > emacs
changeset 60309:7621f2acbeb0
(texinfo-no-refill-regexp): commented out inclusion of "itemize\\|",
which may be unnecessary, is certainly inelegant, and stops refilling in
itemize lists when formatting Japanese Texinfo files to Info.
author | Robert J. Chassell <bob@rattlesnake.com> |
---|---|
date | Mon, 28 Feb 2005 15:06:13 +0000 |
parents | 9bc793e5120d |
children | e054726532b8 |
files | lisp/textmodes/texinfmt.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/texinfmt.el Mon Feb 28 14:33:50 2005 +0000 +++ b/lisp/textmodes/texinfmt.el Mon Feb 28 15:06:13 2005 +0000 @@ -486,7 +486,8 @@ ;; I don't know if this causes other problems. ;; I suspect itemized lists don't get filled properly and a ;; more precise fix is required. Bob - "itemize\\|" + ;; commented out on 2005 Feb 28 by Bob + ;; "itemize\\|" "direntry\\|" "lisp\\|" "smalllisp\\|"