Mercurial > emacs
diff src/lread.c @ 47847:dd601595b35d
Minor white space fix, just supplement the log for previous change:
(Fload): Doc fix (load-suffixes).
| author | Markus Rost <rost@math.uni-bielefeld.de> |
|---|---|
| date | Sat, 12 Oct 2002 17:50:43 +0000 |
| parents | 8d4ba9addc8e |
| children | b85eeb858fb1 |
line wrap: on
line diff
--- a/src/lread.c Sat Oct 12 07:13:59 2002 +0000 +++ b/src/lread.c Sat Oct 12 17:50:43 2002 +0000 @@ -201,7 +201,7 @@ static Lisp_Object Vbytecomp_version_regexp; static void to_multibyte P_ ((char **, char **, int *)); -static void readevalloop P_ ((Lisp_Object, FILE*, Lisp_Object, +static void readevalloop P_ ((Lisp_Object, FILE*, Lisp_Object, Lisp_Object (*) (), int, Lisp_Object, Lisp_Object)); static Lisp_Object load_unwind P_ ((Lisp_Object));
