]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/sql.el (sql-interactive-mode): Remove FIXME (bug#64602).
authorYugaEgo <yet@ego.team>
Thu, 13 Jul 2023 19:50:27 +0000 (22:50 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 14 Jul 2023 05:27:00 +0000 (08:27 +0300)
lisp/progmodes/sql.el

index c6667c075f6ed7f99d735354fdddbe987f8e8433..89d62ab3a61feca5d0a4911eda71dff58fb028d1 100644 (file)
@@ -4200,7 +4200,7 @@ must tell Emacs.  Here's how to do that in your init file:
 
 (put 'sql-interactive-mode 'mode-class 'special)
 (put 'sql-interactive-mode 'custom-mode-group 'SQL)
-;; FIXME: Why not use `define-derived-mode'?
+
 (define-derived-mode sql-interactive-mode comint-mode "SQLi[?]"
   "Major mode to use a SQL interpreter interactively.