aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sql.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/sql.el')
-rw-r--r--lisp/progmodes/sql.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index cbf65c0a803..3b77ac088e3 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -360,7 +360,7 @@ file. Since that is a plaintext file, this could be dangerous."
360 :sqli-comint-func sql-comint-db2 360 :sqli-comint-func sql-comint-db2
361 :prompt-regexp "^db2 => " 361 :prompt-regexp "^db2 => "
362 :prompt-length 7 362 :prompt-length 7
363 :prompt-cont-regexp "^db2 (cont\.) => " 363 :prompt-cont-regexp "^db2 (cont\\.) => "
364 :input-filter sql-escape-newlines-filter) 364 :input-filter sql-escape-newlines-filter)
365 365
366 (informix 366 (informix
@@ -491,7 +491,7 @@ file. Since that is a plaintext file, this could be dangerous."
491 :completion-object sql-sqlite-completion-object 491 :completion-object sql-sqlite-completion-object
492 :prompt-regexp "^sqlite> " 492 :prompt-regexp "^sqlite> "
493 :prompt-length 8 493 :prompt-length 8
494 :prompt-cont-regexp "^ \.\.\.> " 494 :prompt-cont-regexp "^ \\.\\.\\.> "
495 :terminator ";") 495 :terminator ";")
496 496
497 (sybase 497 (sybase