From: Stefan Monnier Date: Sat, 22 Jun 2002 21:26:08 +0000 (+0000) Subject: (Fread): Remove redundant and imprecise declaration. X-Git-Tag: ttn-vms-21-2-B4~14486 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b28305df33a171d58a8b7cd72e09c56475c5fcb;p=emacs.git (Fread): Remove redundant and imprecise declaration. --- diff --git a/src/lread.c b/src/lread.c index 5d1967ece48..e40d5680c86 100644 --- a/src/lread.c +++ b/src/lread.c @@ -1460,7 +1460,6 @@ STREAM or the value of `standard-input' may be: (stream) Lisp_Object stream; { - extern Lisp_Object Fread_minibuffer (); if (NILP (stream)) stream = Vstandard_input; if (EQ (stream, Qt))