diff options
| author | Luc Teirlinck | 2004-08-08 17:14:58 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-08-08 17:14:58 +0000 |
| commit | 8392e13818eadb0645893eaf991d9cae429f2e78 (patch) | |
| tree | 98461b36cfdb3da9ee4c2004759897d251e44dbd /src | |
| parent | c90e7e43b102a9732ea4ef7a292f51cec881d463 (diff) | |
| download | emacs-8392e13818eadb0645893eaf991d9cae429f2e78.tar.gz emacs-8392e13818eadb0645893eaf991d9cae429f2e78.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
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 @@ | |||
| 1 | 2004-08-08 Luc Teirlinck <teirllm@auburn.edu> | 1 | 2004-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 | ||
| 9 | 2004-08-07 Luc Teirlinck <teirllm@auburn.edu> | 9 | 2004-08-07 Luc Teirlinck <teirllm@auburn.edu> |