* lisp/gnus/nnfeed.el (nnfeed--write-server): Use default print settings.
Bug#77113
This commit is contained in:
parent
52e7a71e3f
commit
5987d77f40
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue