]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/nnfeed.el (nnfeed--write-server): Use default print settings.
authorJames Thomas <jimjoe@gmx.net>
Fri, 14 Mar 2025 10:24:31 +0000 (15:54 +0530)
committerEshel Yaron <me@eshelyaron.com>
Tue, 8 Apr 2025 05:43:42 +0000 (07:43 +0200)
Bug#77113

(cherry picked from commit 5987d77f40bf72a268d35d1f2a88f7cd00c17459)

lisp/gnus/nnfeed.el

index ffea063038e66bf7d836288cb08ba1fc70bce944..f6cca1e5d76c69b3c482e4bfa5f748c90d2357ad 100644 (file)
@@ -294,7 +294,7 @@ group names to their data, which should be a vector of the form
                ((hash-table-p s)))
           (with-temp-file f
             (insert ";;;; -*- mode: lisp-data -*- DO NOT EDIT\n")
-            (prin1 s (current-buffer))
+            (prin1 s (current-buffer) t)
             (insert "\n")
             t)
         t)