summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-01-31 03:23:29 +0100
committerStefan Kangas <stefan@marxist.se>2021-01-31 04:44:53 +0100
commite226357c3b651b525e82933423f84f497395432f (patch)
treed12344f53238c31dd48f5e1b24acebb4f7c351d2
parentfc66ec33226aeed0b745356363ed952c8ff1f7fd (diff)
downloademacs-e226357c3b651b525e82933423f84f497395432f.tar.gz
Remove redundant defvar for artist-mode
* lisp/textmodes/artist.el (artist-mode): Remove redundant defvar; it is defined by define-minor-mode.
-rw-r--r--lisp/textmodes/artist.el4
1 files changed, 0 insertions, 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).")