From: Lute Kamstra Date: Tue, 14 Jun 2005 12:03:52 +0000 (+0000) Subject: (sql-interactive-mode): Use delay-mode-hooks. X-Git-Tag: emacs-pretest-22.0.90~8967 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03789b211df7591ae7b194eba072cd39b699fa51;p=emacs.git (sql-interactive-mode): Use delay-mode-hooks. --- 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. \(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