comparison lisp/textmodes/picture.el @ 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 dd3da2fb7ef3
children a8fa7c632ee4 bb71c6cf2009
comparison
equal deleted inserted replaced
63853:123dae8639ec 63854:eb3b83171f68
357 (progn 357 (progn
358 (move-to-column (+ change (current-column)) t) 358 (move-to-column (+ change (current-column)) t)
359 (point)))) 359 (point))))
360 (replace-match newtext fixedcase literal) 360 (replace-match newtext fixedcase literal)
361 (if (< change 0) 361 (if (< change 0)
362 (insert-char ?\ (- change))))) 362 (insert-char ?\s (- change)))))
363 363
364 ;; Picture Tabs 364 ;; Picture Tabs
365 365
366 (defcustom picture-tab-chars "!-~" 366 (defcustom picture-tab-chars "!-~"
367 "*A character set which controls behavior of commands. 367 "*A character set which controls behavior of commands.