diff lisp/textmodes/picture.el @ 90199:bb71c6cf2009

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 447-458) - Update from CVS - Update from CVS: lisp/subr.el (add-to-ordered-list): Doc fix. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 83-85) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 30 Jun 2005 00:31:46 +0000
parents 4c90ffeb71c5 eb3b83171f68
children f9a65d7ebd29
line wrap: on
line diff
--- a/lisp/textmodes/picture.el	Fri Jun 24 02:09:01 2005 +0000
+++ b/lisp/textmodes/picture.el	Thu Jun 30 00:31:46 2005 +0000
@@ -359,7 +359,7 @@
 			 (point))))
     (replace-match newtext fixedcase literal)
     (if (< change 0)
-	(insert-char ?\ (- change)))))
+	(insert-char ?\s (- change)))))
 
 ;; Picture Tabs