]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fread): Remove redundant and imprecise declaration.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 22 Jun 2002 21:26:08 +0000 (21:26 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 22 Jun 2002 21:26:08 +0000 (21:26 +0000)
src/lread.c

index 5d1967ece484e5f9646aaa48e633b27cf8512c4d..e40d5680c8654062c97833a83d8bb1cc7a3c64d2 100644 (file)
@@ -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))