diff options
Diffstat (limited to 'src/cmds.c')
| -rw-r--r-- | src/cmds.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmds.c b/src/cmds.c index 2b686a44d87..7d54f46aeb4 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -43,9 +43,6 @@ Lisp_Object Vself_insert_face; | |||
| 43 | /* This is the command that set up Vself_insert_face. */ | 43 | /* This is the command that set up Vself_insert_face. */ |
| 44 | Lisp_Object Vself_insert_face_command; | 44 | Lisp_Object Vself_insert_face_command; |
| 45 | 45 | ||
| 46 | extern Lisp_Object Qface; | ||
| 47 | extern Lisp_Object Vtranslation_table_for_input; | ||
| 48 | |||
| 49 | static int internal_self_insert (int, int); | 46 | static int internal_self_insert (int, int); |
| 50 | 47 | ||
| 51 | DEFUN ("forward-point", Fforward_point, Sforward_point, 1, 1, 0, | 48 | DEFUN ("forward-point", Fforward_point, Sforward_point, 1, 1, 0, |