aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sql.el
diff options
context:
space:
mode:
authorLute Kamstra2005-06-14 12:03:52 +0000
committerLute Kamstra2005-06-14 12:03:52 +0000
commit03789b211df7591ae7b194eba072cd39b699fa51 (patch)
treeef7f41b1790bd5e59fbbe24485301b7bb82ff3e1 /lisp/progmodes/sql.el
parentcdda556dbf2279e65c61e5fca6e1d19efd33f315 (diff)
downloademacs-03789b211df7591ae7b194eba072cd39b699fa51.tar.gz
emacs-03789b211df7591ae7b194eba072cd39b699fa51.zip
(sql-interactive-mode): Use delay-mode-hooks.
Diffstat (limited to 'lisp/progmodes/sql.el')
-rw-r--r--lisp/progmodes/sql.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index add4493e5f8..9b819ceae00 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -2328,7 +2328,7 @@ you entered, right above the output it created.
2328 2328
2329\(setq comint-output-filter-functions 2329\(setq comint-output-filter-functions
2330 \(function (lambda (STR) (comint-show-output))))" 2330 \(function (lambda (STR) (comint-show-output))))"
2331 (comint-mode) 2331 (delay-mode-hooks (comint-mode))
2332 ;; Get the `sql-product' for this interactive session. 2332 ;; Get the `sql-product' for this interactive session.
2333 (set (make-local-variable 'sql-product) 2333 (set (make-local-variable 'sql-product)
2334 (or sql-interactive-product 2334 (or sql-interactive-product