Mercurial > emacs
diff lisp/progmodes/sql.el @ 63410:37dd5dc2f5ae
(sql-interactive-mode): Use delay-mode-hooks.
| author | Lute Kamstra <lute@gnu.org> |
|---|---|
| date | Tue, 14 Jun 2005 12:03:52 +0000 |
| parents | f2892faa87d4 |
| children | 68f51d595f7f a1b34dec1104 |
line wrap: on
line diff
--- a/lisp/progmodes/sql.el Tue Jun 14 12:02:42 2005 +0000 +++ b/lisp/progmodes/sql.el Tue Jun 14 12:03:52 2005 +0000 @@ -2328,7 +2328,7 @@ \(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
