From 829733104db073f8abd67765eae162e7360281fa Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Wed, 22 Jun 2016 09:42:49 +0100 Subject: [PATCH] ; Revert "Ensure undo-boundary after insert-file-contents." This reverts commit 6cdd8f7153b553c6dc02be47e04a2e75117b6fe4. The original commit did not address the problem it was claiming to. --- src/fileio.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/fileio.c b/src/fileio.c index 746aac42a9..b11f9233ab 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -4047,14 +4047,8 @@ by calling `format-decode', which see. */) being called in insert_from_buffer (via in prepare_to_modify_buffer). */ specbind (intern ("buffer-file-name"), Qnil); - - /* Temporarily enable the undo-buffer to ensure that the change - is marked as an undoable one. Bug #23785. */ - bset_undo_list(current_buffer,Qnil); insert_from_buffer (XBUFFER (conversion_buffer), same_at_start_charpos, inserted_chars, 0); - bset_undo_list(current_buffer,Qt); - /* Set `inserted' to the number of inserted characters. */ inserted = PT - temp; /* Set point before the inserted characters. */ -- 2.39.2