aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorBarry O'Reilly2014-04-12 15:20:44 -0400
committerBarry O'Reilly2014-04-12 15:20:44 -0400
commit175a3a5144ab17bc8c854cd0cc6c1771d79a9f9c (patch)
treed69a008e3b6eb0e17b82db1b1f5a2eb407baf529 /lisp/ChangeLog
parent5121b6923beb2fb62b179b4a95b07f9feb969f3d (diff)
downloademacs-175a3a5144ab17bc8c854cd0cc6c1771d79a9f9c.tar.gz
emacs-175a3a5144ab17bc8c854cd0cc6c1771d79a9f9c.zip
* simple.el (undo): Prevent insertion of identity mapping into
undo-equiv-table so as undo-only does not inf loop in the presence of consecutive nils in undo list. Fixes: debbugs:17236
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 e90693180a8..f5f3208256e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12014-04-12 Barry O'Reilly <gundaetiapo@gmail.com>
2
3 * simple.el (undo): Prevent insertion of identity mapping into
4 undo-equiv-table so as undo-only does not inf loop in the presence
5 of consecutive nils in undo list.
6
12014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu> 72014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
2 8
3 * faces.el (make-face): Deprecate optional argument as it is no 9 * faces.el (make-face): Deprecate optional argument as it is no