diff options
| author | Dan Nicolaescu | 2010-08-06 12:52:47 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-08-06 12:52:47 -0700 |
| commit | 3ef1d1082bc24df1ffcb237f6bb09cbc0395d1c8 (patch) | |
| tree | 693b1677aeba4791806f24e93d63c39a319f7695 /src/keyboard.h | |
| parent | bd4c5e3e069015b7ed7438155b6541cf26c44542 (diff) | |
| download | emacs-3ef1d1082bc24df1ffcb237f6bb09cbc0395d1c8.tar.gz emacs-3ef1d1082bc24df1ffcb237f6bb09cbc0395d1c8.zip | |
Move declarations to header files.
* src/keyboard.h (quit_char): Add declaration.
* src/process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
(QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary): Add
declarations.
* sysdep.c:
* src/w32.c: Remove the above declarations.
Diffstat (limited to 'src/keyboard.h')
| -rw-r--r-- | src/keyboard.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 9ef558fc4e1..693137b08f4 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -485,6 +485,8 @@ extern Lisp_Object Qevent_symbol_element_mask; | |||
| 485 | X Windows wants this for selection ownership. */ | 485 | X Windows wants this for selection ownership. */ |
| 486 | extern unsigned long last_event_timestamp; | 486 | extern unsigned long last_event_timestamp; |
| 487 | 487 | ||
| 488 | extern int quit_char; | ||
| 489 | |||
| 488 | extern int parse_menu_item (Lisp_Object, int); | 490 | extern int parse_menu_item (Lisp_Object, int); |
| 489 | 491 | ||
| 490 | extern void echo_now (void); | 492 | extern void echo_now (void); |