From a64dc04f640b7c001abccbe4f2f090910ddaeb74 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 29 Jun 2005 13:54:22 +0000 Subject: [PATCH] (picture-replace-match): Change space constants followed by a sexp to "?\s ". --- lisp/textmodes/picture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index b3c69ca657f..34b661afcc4 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el @@ -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))))) ;; Picture Tabs -- 2.39.2