aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-08-05 09:43:35 +0400
committerDmitry Antipov2014-08-05 09:43:35 +0400
commit697c09e934c85b26ae9b0a50067b02ffff9be650 (patch)
tree4c1c0587823c7ef19527fd1bfb1bb3be3cfcf72f /src/ChangeLog
parent5ea39c0613cb7100189a1bb5e79de26d4fe7e8d0 (diff)
downloademacs-697c09e934c85b26ae9b0a50067b02ffff9be650.tar.gz
emacs-697c09e934c85b26ae9b0a50067b02ffff9be650.zip
* keyboard.c (safe_run_hooks): Follow the convenient style to bind
inhibit-quit to t and pass 2 args to safe_run_hook_funcall. See <http://lists.gnu.org/archive/html/emacs-devel/2014-08/msg00077.html>. (safe_run_hook_funcall): Adjust accordingly.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e936863ce1d..d08cf69af8e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12014-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * keyboard.c (safe_run_hooks): Follow the convenient style to bind
4 inhibit-quit to t and pass 2 args to safe_run_hook_funcall. See
5 <http://lists.gnu.org/archive/html/emacs-devel/2014-08/msg00077.html>.
6 (safe_run_hook_funcall): Adjust accordingly.
7
12014-08-04 Martin Rudalics <rudalics@gmx.at> 82014-08-04 Martin Rudalics <rudalics@gmx.at>
2 9
3 * frame.h (FRAME_HAS_HORIZONTAL_SCROLL_BARS): Condition 10 * frame.h (FRAME_HAS_HORIZONTAL_SCROLL_BARS): Condition