Index: emacs/lisp/progmodes/sql.el
diff -c emacs/lisp/progmodes/sql.el:1.43 emacs/lisp/progmodes/sql.el:1.44
*** emacs/lisp/progmodes/sql.el:1.43    Thu May 26 16:39:28 2005
--- emacs/lisp/progmodes/sql.el Tue Jun 14 12:03:52 2005
***************
*** 2328,2334 ****
  
  \(setq comint-output-filter-functions
         \(function (lambda (STR) (comint-show-output))))"
!   (comint-mode)
    ;; Get the `sql-product' for this interactive session.
    (set (make-local-variable 'sql-product)
         (or sql-interactive-product
--- 2328,2334 ----
  
  \(setq comint-output-filter-functions
         \(function (lambda (STR) (comint-show-output))))"
!   (delay-mode-hooks (comint-mode))
    ;; Get the `sql-product' for this interactive session.
    (set (make-local-variable 'sql-product)
         (or sql-interactive-product


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to