aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/artist.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el
index af7bcc77cdf..7c261f8d2d1 100644
--- a/lisp/textmodes/artist.el
+++ b/lisp/textmodes/artist.el
@@ -1401,7 +1401,9 @@ Keymap summary
1401 (artist-mode-exit)) 1401 (artist-mode-exit))
1402 (t 1402 (t
1403 ;; Turn mode on 1403 ;; Turn mode on
1404 (artist-mode-init)))) 1404 (artist-mode-init)
1405 (unless (font-get (face-attribute 'default :font) :spacing)
1406 (message "The default font isn't monospaced, so the drawings in this buffer may look odd")))))
1405 1407
1406;; Init and exit 1408;; Init and exit
1407(defun artist-mode-init () 1409(defun artist-mode-init ()