diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-12 01:43:50 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-12 01:43:50 +0200 |
commit | 7ac313ea87b4761baf975718e4fa3200f61a0ad9 (patch) | |
tree | c1ba7f2dc0419f7d013114eb7749ee232facd879 /lisp/textmodes | |
parent | 93727d243a39890d8ccbe39854a69bf24e149256 (diff) | |
download | emacs-7ac313ea87b4761baf975718e4fa3200f61a0ad9.tar.gz emacs-7ac313ea87b4761baf975718e4fa3200f61a0ad9.tar.bz2 emacs-7ac313ea87b4761baf975718e4fa3200f61a0ad9.zip |
; * lisp/textmodes/rst.el: Delete stale comment.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/rst.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index ecc3f259359..10313e99393 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el @@ -3569,8 +3569,6 @@ Region is from BEG to END. With WITH-EMPTY prefix empty lines too." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Font lock -;; FIXME: The obsolete variables need to disappear. - ;; The following versions have been done inside Emacs and should not be ;; replaced by `:package-version' attributes until a change. |