diff options
| author | Stefan Monnier | 2007-09-21 09:03:41 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-09-21 09:03:41 +0000 |
| commit | 273f164cc4d8c1ad649442f6459c698ccdde3c3c (patch) | |
| tree | 2152a540c9fb003d379141c1f4ec7c6aed1b240d /src | |
| parent | 8c5de2a1193f0b9fa38ccf6f98c8427a136579cb (diff) | |
| download | emacs-273f164cc4d8c1ad649442f6459c698ccdde3c3c.tar.gz emacs-273f164cc4d8c1ad649442f6459c698ccdde3c3c.zip | |
(allocate_terminal): Declare.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/lisp.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0c160c1560e..859409092b0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * lisp.h (allocate_terminal): Declare. | ||
| 4 | |||
| 3 | * window.c (candidate_window_p): Consider frames that are being placed | 5 | * window.c (candidate_window_p): Consider frames that are being placed |
| 4 | by the user as somewhere between visible and iconified. | 6 | by the user as somewhere between visible and iconified. |
| 5 | (window_loop): Prefer windows on the current frame. | 7 | (window_loop): Prefer windows on the current frame. |
diff --git a/src/lisp.h b/src/lisp.h index 2b0ccdb9b07..d5adb8f9e49 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2606,6 +2606,7 @@ extern struct Lisp_Hash_Table *allocate_hash_table P_ ((void)); | |||
| 2606 | extern struct window *allocate_window P_ ((void)); | 2606 | extern struct window *allocate_window P_ ((void)); |
| 2607 | extern struct frame *allocate_frame P_ ((void)); | 2607 | extern struct frame *allocate_frame P_ ((void)); |
| 2608 | extern struct Lisp_Process *allocate_process P_ ((void)); | 2608 | extern struct Lisp_Process *allocate_process P_ ((void)); |
| 2609 | extern struct terminal *allocate_terminal P_ ((void)); | ||
| 2609 | extern int gc_in_progress; | 2610 | extern int gc_in_progress; |
| 2610 | extern int abort_on_gc; | 2611 | extern int abort_on_gc; |
| 2611 | extern Lisp_Object make_float P_ ((double)); | 2612 | extern Lisp_Object make_float P_ ((double)); |