; * lisp/progmodes/sql.el (sql-interactive-mode): Remove FIXME (bug#64602).

This commit is contained in:
YugaEgo 2023-07-13 22:50:27 +03:00 committed by Eli Zaretskii
parent 6a360b0840
commit 673992d28e

View 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.