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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sql.el
Date: Wed, 16 Jan 2002 20:39:49 -0500

Index: emacs/lisp/progmodes/sql.el
diff -c emacs/lisp/progmodes/sql.el:1.31 emacs/lisp/progmodes/sql.el:1.32
*** emacs/lisp/progmodes/sql.el:1.31    Sat Jan 12 23:44:22 2002
--- emacs/lisp/progmodes/sql.el Wed Jan 16 20:39:49 2002
***************
*** 1029,1035 ****
                  t t string)))
    (comint-send-string proc string)
    (if comint-input-sender-no-newline
!       (if (not (string-equal input ""))
          (process-send-eof))
      (comint-send-string proc "\n")))
  
--- 1029,1035 ----
                  t t string)))
    (comint-send-string proc string)
    (if comint-input-sender-no-newline
!       (if (not (string-equal string ""))
          (process-send-eof))
      (comint-send-string proc "\n")))
  
***************
*** 1050,1056 ****
      (setq result (concat result (substring string start)))
      (comint-send-string proc result)
      (if comint-input-sender-no-newline
!       (if (not (string-equal input ""))
            (process-send-eof))
        (comint-send-string proc "\n"))))
  
--- 1050,1056 ----
      (setq result (concat result (substring string start)))
      (comint-send-string proc result)
      (if comint-input-sender-no-newline
!       (if (not (string-equal string ""))
            (process-send-eof))
        (comint-send-string proc "\n"))))
  



reply via email to

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