aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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