aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorNicolas Petton2016-07-24 16:41:47 +0200
committerNicolas Petton2016-07-24 16:41:47 +0200
commit7acfaead6df626b3737c10f98e9c4964232aa6b9 (patch)
tree4f8dcc533b2a467d9d7f28e84d54d2efecc2a994 /lisp
parent97d28b42a67131ef5e59f593c9f075992f06d983 (diff)
downloademacs-7acfaead6df626b3737c10f98e9c4964232aa6b9.tar.gz
emacs-7acfaead6df626b3737c10f98e9c4964232aa6b9.zip
; ChangeLog fixes
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog.174
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17
index f2dd5828c2d..296e98e859f 100644
--- a/lisp/ChangeLog.17
+++ b/lisp/ChangeLog.17
@@ -6026,7 +6026,7 @@
6026 6026
60272014-11-01 Michael R. Mauger <michael@mauger.com> 60272014-11-01 Michael R. Mauger <michael@mauger.com>
6028 6028
6029 * sql.el (sql-mode-oracle-font-lock-keywords): Correct regexp 6029 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Correct regexp
6030 syntax, add new keywords, and parse longer keywords first. 6030 syntax, add new keywords, and parse longer keywords first.
6031 (sql-redirect-one): Protect against empty command. 6031 (sql-redirect-one): Protect against empty command.
6032 (sql-mode, sql-interactive-mode): Set `custom-mode-group' property 6032 (sql-mode, sql-interactive-mode): Set `custom-mode-group' property
@@ -6034,7 +6034,7 @@
6034 6034
60352014-11-01 Michael R. Mauger <michael@mauger.com> 60352014-11-01 Michael R. Mauger <michael@mauger.com>
6036 6036
6037 * sql.el (sql-interactive-mode, sql-stop): Correct fix for 6037 * progmodes/sql.el (sql-interactive-mode, sql-stop): Correct fix for
6038 Bug#16814 with let-bind of comint-input-ring variables around read 6038 Bug#16814 with let-bind of comint-input-ring variables around read
6039 and save functions. 6039 and save functions.
6040 6040