diff options
| author | Juanma Barranquero | 2003-02-24 07:58:51 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-02-24 07:58:51 +0000 |
| commit | 0b063c2762130d90ceb766b9753339fc62539082 (patch) | |
| tree | b650fe015393feb2c0dd9a0b5733c9c5ff9e7fdd /src/ChangeLog | |
| parent | 3d1dcd520fb6ac93e571ab487ad93ddb9ecb4a4d (diff) | |
| download | emacs-0b063c2762130d90ceb766b9753339fc62539082.tar.gz emacs-0b063c2762130d90ceb766b9753339fc62539082.zip | |
(Qwhen): Declare external; it's now defined in callint.c.
(syms_of_xdisp): Don't initialize Qwhen.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3e056ced267..a3f5d91d77a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-02-24 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * xdisp.c (Qwhen): Declare external; it's now defined in callint.c. | ||
| 4 | (syms_of_xdisp): Don't initialize Qwhen. | ||
| 5 | |||
| 1 | 2003-02-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 6 | 2003-02-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * keyboard.c (cancel_hourglass_unwind): New function. | 8 | * keyboard.c (cancel_hourglass_unwind): New function. |
| @@ -10,7 +15,7 @@ | |||
| 10 | (Fcall_interactively): Call fix_command. | 15 | (Fcall_interactively): Call fix_command. |
| 11 | (Qif, Qwhen): New variables. | 16 | (Qif, Qwhen): New variables. |
| 12 | (syms_of_callint): Init and staticpro them. | 17 | (syms_of_callint): Init and staticpro them. |
| 13 | 18 | ||
| 14 | * regex.c (print_partial_compiled_pattern): Output to stderr. | 19 | * regex.c (print_partial_compiled_pattern): Output to stderr. |
| 15 | 20 | ||
| 16 | 2003-02-23 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 21 | 2003-02-23 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |