# HG changeset patch # User Juanma Barranquero # Date 1120053369 0 # Node ID 6807fe842dea60e11fd76842f89c5f6948b34581 # Parent e73d158af28d8f781de3a3832e1ef5a9aac8f1bb (texinfo-insert-@item): Change space constants "protected" from end of line by a comment to "?\s". diff -r e73d158af28d -r 6807fe842dea lisp/textmodes/texinfo.el --- a/lisp/textmodes/texinfo.el Wed Jun 29 13:55:15 2005 +0000 +++ b/lisp/textmodes/texinfo.el Wed Jun 29 13:56:09 2005 +0000 @@ -816,7 +816,7 @@ (texinfo-last-unended-begin) (match-string 1))) "table") - ? ;space + ?\s ?\n))) (defun texinfo-insert-@kbd (&optional arg)