From e226357c3b651b525e82933423f84f497395432f Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 31 Jan 2021 03:23:29 +0100 Subject: Remove redundant defvar for artist-mode * lisp/textmodes/artist.el (artist-mode): Remove redundant defvar; it is defined by define-minor-mode. --- lisp/textmodes/artist.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el index 50c00c95320..13b7118d2f2 100644 --- a/lisp/textmodes/artist.el +++ b/lisp/textmodes/artist.el @@ -408,10 +408,6 @@ be in `artist-spray-chars', or spraying will behave strangely.") ;; Internal variables ;; -(defvar artist-mode nil - "Non-nil to enable `artist-mode' and nil to disable.") -(make-variable-buffer-local 'artist-mode) - (defvar artist-mode-name " Artist" "Name of Artist mode beginning with a space (appears in the mode-line).") -- cgit v1.2.3