aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael R. Mauger2014-11-01 18:14:01 -0400
committerMichael R. Mauger2014-11-01 18:14:01 -0400
commitfcc5b488b91b8b809ed270d31d172ec18ba7fd89 (patch)
treeeaab4f4e3c6c6dbef0b9f708580ed7c26e470b53 /lisp/ChangeLog
parentbf7ded963c672f858c3b4c14d2cd8278b0d781c4 (diff)
downloademacs-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/ChangeLog6
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 @@
12014-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
12014-11-01 Michael Albinus <michael.albinus@gmx.de> 72014-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)