diff options
| author | Michael R. Mauger | 2014-11-01 18:14:01 -0400 |
|---|---|---|
| committer | Michael R. Mauger | 2014-11-01 18:14:01 -0400 |
| commit | fcc5b488b91b8b809ed270d31d172ec18ba7fd89 (patch) | |
| tree | eaab4f4e3c6c6dbef0b9f708580ed7c26e470b53 /lisp/ChangeLog | |
| parent | bf7ded963c672f858c3b4c14d2cd8278b0d781c4 (diff) | |
| download | emacs-fcc5b488b91b8b809ed270d31d172ec18ba7fd89.tar.gz emacs-fcc5b488b91b8b809ed270d31d172ec18ba7fd89.zip | |
* sql.el (sql-interactive-mode, sql-stop): Correct fix for
Bug#16814 with let-bind of comint-input-ring variables around read
and save functions.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fc7e7392551..1195eb12757 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-11-01 Michael R. Mauger <michael@mauger.com> | ||
| 2 | |||
| 3 | * sql.el (sql-interactive-mode, sql-stop): Correct fix for | ||
| 4 | Bug#16814 with let-bind of comint-input-ring variables around read | ||
| 5 | and save functions. | ||
| 6 | |||
| 1 | 2014-11-01 Michael Albinus <michael.albinus@gmx.de> | 7 | 2014-11-01 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 8 | ||
| 3 | * net/tramp-cache.el (tramp-get-file-property) | 9 | * net/tramp-cache.el (tramp-get-file-property) |