changeset 56626:6c25cc5e679c

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 08 Aug 2004 17:09:43 +0000
parents d9455bfd01ee
children 566a024b577f
files etc/NEWS src/ChangeLog
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sun Aug 08 16:49:37 2004 +0000
+++ b/etc/NEWS	Sun Aug 08 17:09:43 2004 +0000
@@ -2187,6 +2187,11 @@
 
 * 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.
--- a/src/ChangeLog	Sun Aug 08 16:49:37 2004 +0000
+++ b/src/ChangeLog	Sun Aug 08 17:09:43 2004 +0000
@@ -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)