mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-03 14:10:47 -08:00
Fix insertion of edited servers in the dribble file
* lisp/gnus/gnus-srvr.el (gnus-server-update-server): Don't insert explicit newlines, because they're quoted (bug#22903).
This commit is contained in:
parent
5671c32c13
commit
ca4e30058e
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ The following commands are available:
|
|||
(when entry
|
||||
(gnus-dribble-enter
|
||||
(concat "(gnus-server-set-info \"" server "\" '"
|
||||
(gnus-prin1-to-string (cdr entry)) ")\n")
|
||||
(gnus-prin1-to-string (cdr entry)) ")")
|
||||
(concat "^(gnus-server-set-info \"" (regexp-quote server) "\"")))
|
||||
(when (or entry oentry)
|
||||
;; Buffer may be narrowed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue