aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuc Teirlinck2004-08-08 17:14:58 +0000
committerLuc Teirlinck2004-08-08 17:14:58 +0000
commit8392e13818eadb0645893eaf991d9cae429f2e78 (patch)
tree98461b36cfdb3da9ee4c2004759897d251e44dbd /src
parentc90e7e43b102a9732ea4ef7a292f51cec881d463 (diff)
downloademacs-8392e13818eadb0645893eaf991d9cae429f2e78.tar.gz
emacs-8392e13818eadb0645893eaf991d9cae429f2e78.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7ec9ec257d8..248d5daa92e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,9 +1,9 @@
12004-08-08 Luc Teirlinck <teirllm@auburn.edu> 12004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2 2
3 * keyboard.c: Declare Qdisabled_command_function instead of 3 * keyboard.c: Declare Qdisabled_command_function instead of
4 Qdisabled_command_command. 4 Qdisabled_command_hook.
5 (Fcommand_execute): Use Qdisabled_command_function instead of 5 (Fcommand_execute): Use Qdisabled_command_function instead of
6 Qdisabled_command_command. 6 Qdisabled_command_hook.
7 (syms_of_keyboard): Ditto. 7 (syms_of_keyboard): Ditto.
8 8
92004-08-07 Luc Teirlinck <teirllm@auburn.edu> 92004-08-07 Luc Teirlinck <teirllm@auburn.edu>