]> git.eshelyaron.com Git - emacs.git/commitdiff
(picture-replace-match): Change space constants followed by a sexp to "?\s ".
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Jun 2005 13:54:22 +0000 (13:54 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Jun 2005 13:54:22 +0000 (13:54 +0000)
lisp/textmodes/picture.el

index b3c69ca657ffa4638855f199d520e3fa6cbc9069..34b661afcc432ce55f9180b9544bb6ba307f933c 100644 (file)
@@ -359,7 +359,7 @@ With positive argument insert that many lines."
                         (point))))
     (replace-match newtext fixedcase literal)
     (if (< change 0)
-       (insert-char ?\ (- change)))))
+       (insert-char ?\s (- change)))))
 \f
 ;; Picture Tabs