*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 8 Aug 2004 17:09:43 +0000 (17:09 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 8 Aug 2004 17:09:43 +0000 (17:09 +0000)
etc/NEWS
src/ChangeLog

index 0693e06..c85ec30 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2187,6 +2187,11 @@ configuration files.
 \f
 * 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.
index 577f329..7ec9ec2 100644 (file)
@@ -1,3 +1,11 @@
+2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * 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  <teirllm@auburn.edu>
 
        * keymap.c (Flocal_key_binding, Fglobal_key_binding)