]> git.eshelyaron.com Git - emacs.git/commitdiff
(sql-interactive-mode): Use delay-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Tue, 14 Jun 2005 12:03:52 +0000 (12:03 +0000)
committerLute Kamstra <lute@gnu.org>
Tue, 14 Jun 2005 12:03:52 +0000 (12:03 +0000)
lisp/progmodes/sql.el

index add4493e5f8447e423968bf684dff1ed1b2215a1..9b819ceae00b3f92c0b55b1e9d90971461f774fc 100644 (file)
@@ -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