(artist-erase-char): Fix default value using ?\s.
This commit is contained in:
parent
431328cc1c
commit
177f7c5192
2 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue