diff options
| author | Nicolas Petton | 2016-07-24 16:41:47 +0200 |
|---|---|---|
| committer | Nicolas Petton | 2016-07-24 16:41:47 +0200 |
| commit | 7acfaead6df626b3737c10f98e9c4964232aa6b9 (patch) | |
| tree | 4f8dcc533b2a467d9d7f28e84d54d2efecc2a994 /lisp | |
| parent | 97d28b42a67131ef5e59f593c9f075992f06d983 (diff) | |
| download | emacs-7acfaead6df626b3737c10f98e9c4964232aa6b9.tar.gz emacs-7acfaead6df626b3737c10f98e9c4964232aa6b9.zip | |
; ChangeLog fixes
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog.17 | 4 |
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 | ||
| 6027 | 2014-11-01 Michael R. Mauger <michael@mauger.com> | 6027 | 2014-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 | ||
| 6035 | 2014-11-01 Michael R. Mauger <michael@mauger.com> | 6035 | 2014-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 | ||