(artist-erase-char): Fix default value using ?\s.

This commit is contained in:
Markus Rost 2003-07-19 20:44:23 +00:00
parent 431328cc1c
commit 177f7c5192
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-07-19 Markus Rost <rost@math.ohio-state.edu>
* textmodes/artist.el (artist-erase-char): Fix default value using
?\s.
2003-07-19 John Paul Wallington <jpw@gnu.org>
* textmodes/artist.el (artist-butlast-fn, artist-draw-sline)

View file

@ -446,7 +446,7 @@ strangely.")
"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)