* gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
authorKevin Greiner <kevin.greiner@compsol.cc>
Tue, 1 Apr 2003 05:10:44 +0000 (05:10 +0000)
committerKevin Greiner <kevin.greiner@compsol.cc>
Tue, 1 Apr 2003 05:10:44 +0000 (05:10 +0000)
print-escape-newlines to print escape sequences rather than
literal newline characters.

lisp/ChangeLog
lisp/gnus-start.el

index 6b14dac..bf25759 100644 (file)
@@ -1,3 +1,9 @@
+2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+       * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
+       print-escape-newlines to print escape sequences rather than
+       literal newline characters.
+
 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
index 85a1aea..d539410 100644 (file)
@@ -2642,6 +2642,7 @@ If FORCE is non-nil, the .newsrc file is read."
     (princ (gnus-prin1-to-string gnus-version))
     (princ ")\n")
     (let* ((print-length nil)
+           (print-escape-newlines t)
           (gnus-killed-list
            (if (and gnus-save-killed-list
                     (stringp gnus-save-killed-list))