emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/sql.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sql.el
Date: Tue, 14 Jun 2005 08:03:52 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]