emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#11647: closed (24.1; Document return value of load


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#11647: closed (24.1; Document return value of load-source-file-function)
Date: Sat, 08 Dec 2012 03:18:02 +0000

Your message dated Sat, 08 Dec 2012 11:16:40 +0800
with message-id <address@hidden>
and subject line Re: bug#11647: 24.1; Document return value of 
load-source-file-function
has caused the debbugs.gnu.org bug report #11647,
regarding 24.1; Document return value of load-source-file-function
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
11647: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11647
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.1; Document return value of load-source-file-function Date: Fri, 8 Jun 2012 02:57:05 +0100 (BST)
=== modified file 'src/ChangeLog'
--- src/ChangeLog       2012-06-07 05:11:51 +0000
+++ src/ChangeLog       2012-06-08 01:42:27 +0000
@@ -1,3 +1,8 @@
+2012-06-08  Christopher Schmidt  <address@hidden>
+
+       * lread.c (syms_of_lread): Document return value of
+       load-source-file-function.
+
 2012-06-07  Paul Eggert  <address@hidden>
 
        * doprnt.c (doprnt): Truncate multibyte char correctly.

=== modified file 'src/lread.c'
--- src/lread.c 2012-05-30 03:59:42 +0000
+++ src/lread.c 2012-06-08 01:53:34 +0000
@@ -4508,7 +4508,8 @@
 
   DEFVAR_LISP ("load-source-file-function", Vload_source_file_function,
               doc: /* Function called in `load' for loading an Emacs Lisp 
source file.
-This function is for doing code conversion before reading the source file.
+This function is for doing code conversion before reading the source
+file.  It should return t if the file exists and loads successfully.
 If nil, loading is done without any code conversion.
 Arguments are FULLNAME, FILE, NOERROR, NOMESSAGE, where
  FULLNAME is the full name of FILE.

Unfortunately I cannot get the trunk to build so the patch is untested.
It's just a doc fix, though.

        Christopher

--- End Message ---
--- Begin Message --- Subject: Re: bug#11647: 24.1; Document return value of load-source-file-function Date: Sat, 08 Dec 2012 11:16:40 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.90 (gnu/linux)
> +2012-06-24  Christopher Schmidt  <address@hidden>
> +
> +     * lread.c (syms_of_lread): Doc fix (Bug#11647).
> +

Sorry for the delay.  I've now committed a tweaked version of this
patch.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]