diff options
| author | YAMAMOTO Mitsuharu | 2009-05-06 02:26:52 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2009-05-06 02:26:52 +0000 |
| commit | d01179d9077f640e41958cfec8b1691a28db3f50 (patch) | |
| tree | 7a15e3a784f6258336620218fa97eb4e9fe0f397 /src | |
| parent | 9719d4f782be2b7b70c8a4f0548d7f3e65a6ede1 (diff) | |
| download | emacs-d01179d9077f640e41958cfec8b1691a28db3f50.tar.gz emacs-d01179d9077f640e41958cfec8b1691a28db3f50.zip | |
(add_user_signal): Remove extern.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 9d5aa9b15d3..155afc87088 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3062,7 +3062,6 @@ extern void init_keyboard P_ ((void)); | |||
| 3062 | extern void syms_of_keyboard P_ ((void)); | 3062 | extern void syms_of_keyboard P_ ((void)); |
| 3063 | extern void keys_of_keyboard P_ ((void)); | 3063 | extern void keys_of_keyboard P_ ((void)); |
| 3064 | extern char *push_key_description P_ ((unsigned int, char *, int)); | 3064 | extern char *push_key_description P_ ((unsigned int, char *, int)); |
| 3065 | extern void add_user_signal P_ ((int sig, const char *name)); | ||
| 3066 | 3065 | ||
| 3067 | 3066 | ||
| 3068 | /* defined in indent.c */ | 3067 | /* defined in indent.c */ |