Mercurial > emacs
changeset 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 | 8e6ed5c1f142 |
children | 20348451bd8a |
files | src/lread.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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));