From: Pavel Janík Date: Sat, 22 Dec 2001 14:01:52 +0000 (+0000) Subject: Remove declarations of variables `Vmocklisp_arguments', `Qmocklisp' and X-Git-Tag: ttn-vms-21-2-B4~17522 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=746de544e0e50910a0a34851c4c85788fd15230b;p=emacs.git Remove declarations of variables `Vmocklisp_arguments', `Qmocklisp' and `Qmocklisp_arguments'. Remove prototype of syms_of_mocklisp. --- diff --git a/src/lisp.h b/src/lisp.h index 6825073b960..31b2cc80106 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2437,7 +2437,6 @@ extern void syms_of_lread P_ ((void)); /* Defined in eval.c */ extern Lisp_Object Qautoload, Qexit, Qinteractive, Qcommandp, Qdefun, Qmacro; extern Lisp_Object Vinhibit_quit, Qinhibit_quit, Vquit_flag; -extern Lisp_Object Vmocklisp_arguments, Qmocklisp, Qmocklisp_arguments; extern Lisp_Object Vautoload_queue; extern Lisp_Object Vdebug_on_error; extern Lisp_Object Vsignaling_function; @@ -3012,9 +3011,6 @@ extern void syms_of_ccl P_ ((void)); EXFUN (Ffile_attributes, 1); extern void syms_of_dired P_ ((void)); -/* Defined in mocklisp.c */ -extern void syms_of_mocklisp P_ ((void)); - /* Defined in term.c */ extern void syms_of_term P_ ((void)); extern void fatal () NO_RETURN;