comparison lisp/textmodes/picture.el @ 90199:bb71c6cf2009

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 447-458) - Update from CVS - Update from CVS: lisp/subr.el (add-to-ordered-list): Doc fix. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 83-85) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 30 Jun 2005 00:31:46 +0000
parents 4c90ffeb71c5 eb3b83171f68
children f9a65d7ebd29
comparison
equal deleted inserted replaced
90198:97f6c3a96df1 90199:bb71c6cf2009
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.