projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a360b0
)
; * lisp/progmodes/sql.el (sql-interactive-mode): Remove FIXME (bug#64602).
author
YugaEgo
<yet@ego.team>
Thu, 13 Jul 2023 19:50:27 +0000
(22:50 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 14 Jul 2023 05:27:00 +0000
(08:27 +0300)
lisp/progmodes/sql.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sql.el
b/lisp/progmodes/sql.el
index c6667c075f6ed7f99d735354fdddbe987f8e8433..89d62ab3a61feca5d0a4911eda71dff58fb028d1 100644
(file)
--- a/
lisp/progmodes/sql.el
+++ b/
lisp/progmodes/sql.el
@@
-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.