diff options
author | Michael Mauger <mmaug@yahoo.com> | 2012-09-10 15:22:53 -0400 |
---|---|---|
committer | Michael Mauger <mmaug@yahoo.com> | 2012-09-10 15:22:53 -0400 |
commit | 04e082b0dd7d290036e2e691f65c467d8ac606c0 (patch) | |
tree | 44a5b1f5940d1da8f77777eb53160d851a93b789 /etc | |
parent | 399a361b882606ab0e67a164f8fb7af6464f3235 (diff) | |
download | emacs-04e082b0dd7d290036e2e691f65c467d8ac606c0.tar.gz |
* progmodes/sql.el: Version 3.1
(sql-db2-escape-newlines): New variable.
(sql-escape-newlines-filter): Use it.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -344,6 +344,14 @@ python-describe-symbol | python-eldoc-at-point *** Accepts \r and \f as whitespace. +** SQL Mode + +*** DB2 added `sql-db2-escape-newlines' + +If non-nil, newlines sent to the command interpreter will be escaped +by a backslash. The default does not escape the newlines and assumes +that the sql statement will be terminated by a semicolon. + ** Diff mode Faces for changes now use the same diff color scheme as in modern VCSes |