* lisp/gnus/nnfeed.el (nnfeed--write-server): Use default print settings.

Bug#77113
This commit is contained in:
James Thomas 2025-03-14 15:54:31 +05:30 committed by Eli Zaretskii
parent 52e7a71e3f
commit 5987d77f40

View 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)