aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2012-10-30 07:20:24 +0800
committerChong Yidong <[email protected]>2012-10-30 07:20:24 +0800
commitb5dd9a779bafdbac1658b7e610ec04c195a7f21c (patch)
tree3ab6feb5fbfe2e0e829068a5a34524d508fff196 /lisp/ChangeLog
parent748b0d840fea13e0b6ba36341873dc68e57f5bc5 (diff)
Fix isearch handling of keypad characters with kmacros.
* isearch.el (isearch-other-meta-char): Ensure that a reprocessed function key is stored in a keyboard macro. Fixes: debbugs:4894
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 2474574de9..bd57e7dc5f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2012-10-29 Chong Yidong <[email protected]>
+ * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
+ function key is stored in a keyboard macro (Bug#4894).
+
* thingatpt.el (number-at-point): Apply a thing-at-point property.
2012-10-29 Stefan Monnier <[email protected]>