]> code.delx.au - gnu-emacs/commitdiff
(syms_of_lread) <load-suffixes>: Fix last change:
authorEli Zaretskii <eliz@gnu.org>
Fri, 12 Oct 2001 08:29:44 +0000 (08:29 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 12 Oct 2001 08:29:44 +0000 (08:29 +0000)
multi-line strings without a trailing "\n\".

src/ChangeLog
src/lread.c

index 56b2587172c0ccf7282ec7c8904a24c877dcdf81..c030c436223115131c0049a843243dd4c4ff5f39 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-12  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * lread.c (syms_of_lread) <load-suffixes>: Fix last change:
+       multi-line strings without a trailing "\n\".
+
 2001-10-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * floatfns.c: float_error() is defined iff FLOAT_CATCH_SIGILL is
index ac4e5bb333efbad8d6e4d83191599837db322d70..f5cff736c2b2bf1439ddeded69b8dbb807dfd9af 100644 (file)
@@ -3544,7 +3544,7 @@ Initialized based on EMACSLOADPATH environment variable, if any,\n\
 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));