From: Juanma Barranquero Date: Wed, 29 Jun 2005 13:54:22 +0000 (+0000) Subject: (picture-replace-match): Change space constants followed by a sexp to "?\s ". X-Git-Tag: emacs-pretest-22.0.90~8566 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a64dc04f640b7c001abccbe4f2f090910ddaeb74;p=emacs.git (picture-replace-match): Change space constants followed by a sexp to "?\s ". --- 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