From: Stefan Kangas Date: Wed, 3 Jul 2024 19:36:00 +0000 (+0200) Subject: ; Delete redundant comment in rst.el X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb3b735988383baeba8d9637cf40627f983604b5;p=emacs.git ; Delete redundant comment in rst.el * lisp/textmodes/rst.el: Delete redundant comment. (cherry picked from commit 565f4e4ad17c929159d646bfeff7d1adb4c9b727) --- diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index 5fbff4ba888..1e09d3a6eb6 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el @@ -102,7 +102,6 @@ ;; FIXME: Embed complicated `defconst's in `eval-when-compile'. -;; Common Lisp stuff (require 'cl-lib) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;