]> git.eshelyaron.com Git - emacs.git/commit
* lisp/progmodes/sql.el defensive programming
authorMichael R. Mauger <michael@mauger.com>
Tue, 19 Feb 2019 02:51:09 +0000 (21:51 -0500)
committerMichael R. Mauger <michael@mauger.com>
Tue, 19 Feb 2019 02:52:36 +0000 (21:52 -0500)
commited1e805af7d4892e7354e8c9e2246d5017d4ff52
treec8db63cd74ee3df52855af1ce5cc568cd0698544
parente66d5a1c4528681ba6b3465faaa197a5701763cb
* lisp/progmodes/sql.el defensive programming

(sql-statement-regexp): if 'ansi' dialect is not defined, use "select"
(sql-interactive-mode): establish process sentinel iff there is a
process. Default values for :prompt-regexp and :prompt-length.
(sql-product-interactive): only check process status iff there is a
process.
lisp/progmodes/sql.el