aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h1
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));
3062extern void syms_of_keyboard P_ ((void)); 3062extern void syms_of_keyboard P_ ((void));
3063extern void keys_of_keyboard P_ ((void)); 3063extern void keys_of_keyboard P_ ((void));
3064extern char *push_key_description P_ ((unsigned int, char *, int)); 3064extern char *push_key_description P_ ((unsigned int, char *, int));
3065extern void add_user_signal P_ ((int sig, const char *name));
3066 3065
3067 3066
3068/* defined in indent.c */ 3067/* defined in indent.c */