]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 8 Aug 2004 17:14:58 +0000 (17:14 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 8 Aug 2004 17:14:58 +0000 (17:14 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index c85ec30bb03c76e3b12e30df02a8b05972066cd2..2d8b10e81ec5c956310849f54c2d2f73c20479d7 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2189,7 +2189,7 @@ configuration files.
 
 +++
 ** Both the variable and the function `disabled-command-hook' have
-been renamed to `disabled-command-function',  The variable
+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
index c59e0003f94de92b0127da287c8aecd0408ca56f..afa583fd9eff81c04371c84db62ebb36eae3c84b 100644 (file)
@@ -1,3 +1,14 @@
+2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * subr.el (global-unset-key, local-unset-key): Doc fixes.
+
+       * novice.el (disabled-command-function): New variable renamed from
+       `disabled-command-hook'.
+       (disabled-command-hook): Keep the _variable_ as alias for
+       `disabled-command-function' and make obsolete.
+       (disabled-command-function): Function renamed from
+       `disabled-command-hook'.  Adapt code to name change of the variable.
+
 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
 
        * simple.el (completion-root-regexp): New defvar.
index 7ec9ec257d824c561102321721598291cfe252dc..248d5daa92e977d5e748092ac5bec9b6a92e6f96 100644 (file)
@@ -1,9 +1,9 @@
 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
 
        * keyboard.c: Declare Qdisabled_command_function instead of
-       Qdisabled_command_command.
+       Qdisabled_command_hook.
        (Fcommand_execute): Use Qdisabled_command_function instead of
-       Qdisabled_command_command.
+       Qdisabled_command_hook.
        (syms_of_keyboard): Ditto.
 
 2004-08-07  Luc Teirlinck  <teirllm@auburn.edu>