aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-03-10 17:44:31 -0400
committerStefan Monnier2013-03-10 17:44:31 -0400
commitd3e9f3a8431d8d3e132b19f9b5181e8afed2d1db (patch)
treee903be8c489e60a9a3aa1c5c12904fc76fd4a5e3 /lisp/ChangeLog
parent17f323276b7dea5410d8f495015ebd170ef14091 (diff)
downloademacs-d3e9f3a8431d8d3e132b19f9b5181e8afed2d1db.tar.gz
emacs-d3e9f3a8431d8d3e132b19f9b5181e8afed2d1db.zip
* lisp/term/xterm.el (xterm-function-map): Support format used with
formatOtherKeys=1. Fixes: debbugs:13839
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 75fa55da3eb..b609b219fc9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12013-03-10 Stefan Monnier <monnier@iro.umontreal.ca> 12013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * term/xterm.el (xterm-function-map): Support format used with
4 formatOtherKeys=1 (bug#13839).
5
3 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete. 6 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
4 (with-no-warnings): Use `declare'. 7 (with-no-warnings): Use `declare'.
5 8