Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs

This commit is contained in:
Michael Albinus 2026-02-09 18:32:06 +01:00
commit 9fd2fd5225

View file

@ -732,11 +732,8 @@ instead of just updating them with the new/changed autoloads."
'(t (escape-newlines . t)
(escape-control-characters . t)))
(insert " "))
(let ((start (point)))
(delete-char -1) (insert "\n")
(prin1 (pop def) (current-buffer) t)
(save-excursion
(goto-char (1+ start))
(insert "\\\n")))
(while def
(insert " ")
(prin1 (pop def) (current-buffer)