]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/sql.el
(ebrowse-revert-tree-buffer-from-file): Use with-no-warnings.
[gnu-emacs] / 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