From c90e7e43b102a9732ea4ef7a292f51cec881d463 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 8 Aug 2004 17:09:43 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 5 +++++ src/ChangeLog | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 0693e063992..c85ec30bb03 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2187,6 +2187,11 @@ configuration files. * Lisp Changes in Emacs 21.4 ++++ +** Both the variable and the function `disabled-command-hook' have +been renamed to `disabled-command-function', The variable +`disabled-command-hook' has been kept as an obsolete alias. + ** Function `compute-motion' now calculates the usable window width if the WIDTH argument is nil. If the TOPOS argument is nil, the usable window height and width is used. diff --git a/src/ChangeLog b/src/ChangeLog index 577f3291069..7ec9ec257d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2004-08-08 Luc Teirlinck + + * keyboard.c: Declare Qdisabled_command_function instead of + Qdisabled_command_command. + (Fcommand_execute): Use Qdisabled_command_function instead of + Qdisabled_command_command. + (syms_of_keyboard): Ditto. + 2004-08-07 Luc Teirlinck * keymap.c (Flocal_key_binding, Fglobal_key_binding) -- 2.39.2