Mercurial > emacs
changeset 51965:5a62d5472383
(artist-erase-char): Fix default value using ?\s.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Sat, 19 Jul 2003 20:44:05 +0000 |
parents | 0ecac4a3fdea |
children | f78c11f1d976 |
files | lisp/textmodes/artist.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/artist.el Sat Jul 19 16:25:43 2003 +0000 +++ b/lisp/textmodes/artist.el Sat Jul 19 20:44:05 2003 +0000 @@ -446,7 +446,7 @@ "Char to use when filling.") (make-variable-buffer-local 'artist-fill-char) -(defvar artist-erase-char ?\ +(defvar artist-erase-char ?\s "Char to use when erasing.") (make-variable-buffer-local 'artist-erase-char)