changeset 63854:eb3b83171f68

(picture-replace-match): Change space constants followed by a sexp to "?\s ".
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 29 Jun 2005 13:54:22 +0000
parents 123dae8639ec
children e73d158af28d
files lisp/textmodes/picture.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/picture.el	Wed Jun 29 13:53:36 2005 +0000
+++ b/lisp/textmodes/picture.el	Wed Jun 29 13:54:22 2005 +0000
@@ -359,7 +359,7 @@
 			 (point))))
     (replace-match newtext fixedcase literal)
     (if (< change 0)
-	(insert-char ?\ (- change)))))
+	(insert-char ?\s (- change)))))
 
 ;; Picture Tabs