aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/artist.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el
index f762ec97e9e..b973290725c 100644
--- a/lisp/textmodes/artist.el
+++ b/lisp/textmodes/artist.el
@@ -446,7 +446,7 @@ strangely.")
446 "Char to use when filling.") 446 "Char to use when filling.")
447(make-variable-buffer-local 'artist-fill-char) 447(make-variable-buffer-local 'artist-fill-char)
448 448
449(defvar artist-erase-char ?\ 449(defvar artist-erase-char ?\s
450 "Char to use when erasing.") 450 "Char to use when erasing.")
451(make-variable-buffer-local 'artist-erase-char) 451(make-variable-buffer-local 'artist-erase-char)
452 452