; * lisp/progmodes/sql.el (sql-interactive-mode): Remove FIXME (bug#64602).
This commit is contained in:
parent
6a360b0840
commit
673992d28e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue