From: Stefan Kangas Date: Sun, 31 Jan 2021 02:23:29 +0000 (+0100) Subject: Remove redundant defvar for artist-mode X-Git-Tag: emacs-28.0.90~4015 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e226357c3b651b525e82933423f84f497395432f;p=emacs.git Remove redundant defvar for artist-mode * lisp/textmodes/artist.el (artist-mode): Remove redundant defvar; it is defined by define-minor-mode. --- 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).")