aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
authorKenichi Handa2010-11-25 12:56:41 +0900
committerKenichi Handa2010-11-25 12:56:41 +0900
commite957f9ae90f3cab1584c06877cbff075d52a6a9a (patch)
treed19aea6f4c6a3e369604ab8bc97be6d419073b0c /src/lread.c
parentb84ae584330c940010bc543fd925eddeb13fd9e2 (diff)
parent33aeea0eb66921329fde41e14cfda2565c6bad6d (diff)
downloademacs-e957f9ae90f3cab1584c06877cbff075d52a6a9a.tar.gz
emacs-e957f9ae90f3cab1584c06877cbff075d52a6a9a.zip
merge emacs-23
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lread.c b/src/lread.c
index 13de4d01317..17861d3bb23 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -1007,6 +1007,10 @@ Loading a file records its definitions, and its `provide' and
1007`require' calls, in an element of `load-history' whose 1007`require' calls, in an element of `load-history' whose
1008car is the file name loaded. See `load-history'. 1008car is the file name loaded. See `load-history'.
1009 1009
1010While the file is in the process of being loaded, the variable
1011`load-in-progress' is non-nil and the variable `load-file-name'
1012is bound to the file's name.
1013
1010Return t if the file exists and loads successfully. */) 1014Return t if the file exists and loads successfully. */)
1011 (file, noerror, nomessage, nosuffix, must_suffix) 1015 (file, noerror, nomessage, nosuffix, must_suffix)
1012 Lisp_Object file, noerror, nomessage, nosuffix, must_suffix; 1016 Lisp_Object file, noerror, nomessage, nosuffix, must_suffix;