diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-06-22 21:26:08 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-06-22 21:26:08 +0000 |
commit | 4b28305df33a171d58a8b7cd72e09c56475c5fcb (patch) | |
tree | ee4f1ede7208783756d2abc7682a75b7b8327137 | |
parent | 93da8435721d0a82bb2d165ab30749ba3e954002 (diff) | |
download | emacs-4b28305df33a171d58a8b7cd72e09c56475c5fcb.tar.gz emacs-4b28305df33a171d58a8b7cd72e09c56475c5fcb.tar.bz2 emacs-4b28305df33a171d58a8b7cd72e09c56475c5fcb.zip |
(Fread): Remove redundant and imprecise declaration.
-rw-r--r-- | src/lread.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)) |