summaryrefslogtreecommitdiff
path: root/src/fns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/fns.c b/src/fns.c
index 63bcc9c86de..8c49947a127 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -61,18 +61,12 @@ int use_dialog_box;
questions asked by mouse commands. */
int use_file_dialog;
-extern Lisp_Object minibuf_window;
-extern Lisp_Object Vlocale_coding_system;
-extern int load_in_progress;
-
Lisp_Object Qstring_lessp, Qprovide, Qrequire;
Lisp_Object Qyes_or_no_p_history;
Lisp_Object Qcursor_in_echo_area;
Lisp_Object Qwidget_type;
Lisp_Object Qcodeset, Qdays, Qmonths, Qpaper;
-extern Lisp_Object Qinput_method_function;
-
static int internal_equal (Lisp_Object , Lisp_Object, int, int);
extern long get_random (void);
@@ -2706,7 +2700,6 @@ advisable. */)
}
Lisp_Object Vfeatures, Qsubfeatures;
-extern Lisp_Object Vafter_load_alist;
DEFUN ("featurep", Ffeaturep, Sfeaturep, 1, 2, 0,
doc: /* Returns t if FEATURE is present in this Emacs.