mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(archive-set-buffer-as-visiting-file): Bind buffer-undo-list
to t (undo-ask is reproducible by visiting nested archives).
This commit is contained in:
parent
757210d152
commit
ab3050bc5d
@ -863,7 +863,8 @@ using `make-temp-file', and the generated name is returned."
|
||||
"Set the current buffer as if it were visiting FILENAME."
|
||||
(save-excursion
|
||||
(goto-char (point-min))
|
||||
(let ((coding
|
||||
(let ((buffer-undo-list t)
|
||||
(coding
|
||||
(or coding-system-for-read
|
||||
(and set-auto-coding-function
|
||||
(save-excursion
|
||||
|
Loading…
Reference in New Issue
Block a user