Mercurial > emacs
changeset 39816:2a3f4d2a5ccc
(syms_of_lread) <load-suffixes>: Fix last change:
multi-line strings without a trailing "\n\".
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 12 Oct 2001 08:28:32 +0000 |
parents | 84c09f9334e7 |
children | 503b25e023a5 |
files | src/lread.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lread.c Fri Oct 12 06:08:01 2001 +0000 +++ b/src/lread.c Fri Oct 12 08:28:32 2001 +0000 @@ -3544,7 +3544,7 @@ otherwise to default specified by file `epaths.h' when Emacs was built."); DEFVAR_LISP ("load-suffixes", &Vload_suffixes, - "*List of suffixes to try for files to load. + "*List of suffixes to try for files to load.\n\ This list should not include the empty string."); Vload_suffixes = Fcons (build_string (".elc"), Fcons (build_string (".el"), Qnil));