]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/textmodes/artist.el: Remove obsolete comments.
authorStefan Kangas <stefan@marxist.se>
Thu, 10 Sep 2020 18:56:46 +0000 (20:56 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 10 Sep 2020 19:14:29 +0000 (21:14 +0200)
lisp/textmodes/artist.el

index 9f08772ec303fc7e2d8cd221f8c180a9de2ec6f1..9c94fff12c3bfa30a0823e2bc491cfc3a5a66b89 100644 (file)
 
 ;;; Requirements:
 
-;; Artist requires Emacs 19.28 or higher.
-;;
 ;; Artist requires the `rect' package (which comes with Emacs) to be
 ;; loadable, unless the variable `artist-interface-with-rect' is set
 ;; to nil.
 
 ;;; Known bugs:
 
-;; The shifted operations are not available when drawing with the mouse
-;; in Emacs 19.29 and 19.30.
-;;
 ;; It is not possible to change between shifted and unshifted operation
 ;; while drawing with the mouse. (See the comment in the function
 ;; artist-shift-has-changed for further details.)