]> git.eshelyaron.com Git - emacs.git/commitdiff
; Delete redundant comment in rst.el
authorStefan Kangas <stefankangas@gmail.com>
Wed, 3 Jul 2024 19:36:00 +0000 (21:36 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 7 Jul 2024 13:16:50 +0000 (15:16 +0200)
* lisp/textmodes/rst.el: Delete redundant comment.

(cherry picked from commit 565f4e4ad17c929159d646bfeff7d1adb4c9b727)

lisp/textmodes/rst.el

index 5fbff4ba88831232bbd26789c737882a5e991021..1e09d3a6eb6dabf1873c8af9603d8ef9b7df749e 100644 (file)
 
 ;; FIXME: Embed complicated `defconst's in `eval-when-compile'.
 
-;; Common Lisp stuff
 (require 'cl-lib)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;