diff options
| author | Lute Kamstra | 2005-06-14 12:03:52 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-06-14 12:03:52 +0000 |
| commit | 03789b211df7591ae7b194eba072cd39b699fa51 (patch) | |
| tree | ef7f41b1790bd5e59fbbe24485301b7bb82ff3e1 /lisp/progmodes/sql.el | |
| parent | cdda556dbf2279e65c61e5fca6e1d19efd33f315 (diff) | |
| download | emacs-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.el | 2 |
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 |