diff lisp/textmodes/texinfo.el @ 63856:6807fe842dea

(texinfo-insert-@item): Change space constants "protected" from end of line by a comment to "?\s".
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 29 Jun 2005 13:56:09 +0000
parents 72fae6758182
children a429e89a3bdf bb71c6cf2009
line wrap: on
line diff
--- 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)