diff options
| author | Andreas Schwab | 2009-12-09 14:20:49 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2009-12-09 14:20:49 +0000 |
| commit | 2cc7b62f116ff8541a5baac5ce464f1e278f7086 (patch) | |
| tree | a055abe1ffbd36732680108f8c756fa3cec607a3 /src/cmds.c | |
| parent | 075f2ecf36fcac4000b488cbaa96759c3c6598f1 (diff) | |
| download | emacs-2cc7b62f116ff8541a5baac5ce464f1e278f7086.tar.gz emacs-2cc7b62f116ff8541a5baac5ce464f1e278f7086.zip | |
* cmds.c: Include "frame.h".
* frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
* frame.h: Move declaration of delete_frame outside of
HAVE_WINDOW_SYSTEM.
Diffstat (limited to 'src/cmds.c')
| -rw-r--r-- | src/cmds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmds.c b/src/cmds.c index 008fd6b82c2..eb8b2c27d00 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -30,6 +30,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 30 | #include "keyboard.h" | 30 | #include "keyboard.h" |
| 31 | #include "keymap.h" | 31 | #include "keymap.h" |
| 32 | #include "dispextern.h" | 32 | #include "dispextern.h" |
| 33 | #include "frame.h" | ||
| 33 | 34 | ||
| 34 | Lisp_Object Qkill_forward_chars, Qkill_backward_chars, Vblink_paren_function; | 35 | Lisp_Object Qkill_forward_chars, Qkill_backward_chars, Vblink_paren_function; |
| 35 | 36 | ||