]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove redundant defvar for artist-mode
authorStefan Kangas <stefan@marxist.se>
Sun, 31 Jan 2021 02:23:29 +0000 (03:23 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 31 Jan 2021 03:44:53 +0000 (04:44 +0100)
* lisp/textmodes/artist.el (artist-mode): Remove redundant
defvar; it is defined by define-minor-mode.

lisp/textmodes/artist.el

index 50c00c95320577c7a221efb4bae4633b80089e5d..13b7118d2f29e3d1b4dc56892596986e48af06f0 100644 (file)
@@ -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).")