mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(sql-interactive-mode): Use delay-mode-hooks.
This commit is contained in:
parent
cdda556dbf
commit
03789b211d
1 changed files with 1 additions and 1 deletions
|
|
@ -2328,7 +2328,7 @@ you entered, right above the output it created.
|
|||
|
||||
\(setq comint-output-filter-functions
|
||||
\(function (lambda (STR) (comint-show-output))))"
|
||||
(comint-mode)
|
||||
(delay-mode-hooks (comint-mode))
|
||||
;; Get the `sql-product' for this interactive session.
|
||||
(set (make-local-variable 'sql-product)
|
||||
(or sql-interactive-product
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue