aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-05-27 10:59:08 -0400
committerStefan Monnier2014-05-27 10:59:08 -0400
commit9828d523192e9fc02b9aa78a84a8c012c8cc2a75 (patch)
treefd9c9e1d055db0d5962e27cdf478c0ad4c800708 /lisp/ChangeLog
parent53bc1e2982f6ac29a75ce63bc9a35bb19e0f58e1 (diff)
downloademacs-9828d523192e9fc02b9aa78a84a8c012c8cc2a75.tar.gz
emacs-9828d523192e9fc02b9aa78a84a8c012c8cc2a75.zip
* lisp/simple.el (deactivate-mark): Set mark-active to nil even if deactivation
is done via setting transient-mark-mode to nil, since one is buffer-local and the other is global.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fe34854ab53..51ce071ba74 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12014-05-27 Stefan Monnier <monnier@iro.umontreal.ca> 12014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * simple.el (deactivate-mark): Set mark-active to nil even if deactivation
4 is done via setting transient-mark-mode to nil, since one is
5 buffer-local and the other is global.
6
3 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume 7 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
4 there can't be more than 2 arguments (bug#17584). 8 there can't be more than 2 arguments (bug#17584).
5 9