# HG changeset patch # User Richard M. Stallman # Date 1134364317 0 # Node ID 527e6fc032c7b336e9678a830168bf5d5116936e # Parent 6355aeca71ad024e165c32863e27cc754128355f (load-with-code-conversion): Bind deactivate-mark. diff -r 6355aeca71ad -r 527e6fc032c7 lisp/international/mule.el --- a/lisp/international/mule.el Mon Dec 12 05:11:08 2005 +0000 +++ b/lisp/international/mule.el Mon Dec 12 05:11:57 2005 +0000 @@ -73,7 +73,9 @@ (inhibit-file-name-operation nil)) (save-excursion (set-buffer buffer) - (insert-file-contents fullname) + ;; Don't let deactivate-mark remain set. + (let (deactivate-mark) + (insert-file-contents fullname)) ;; If the loaded file was inserted with no-conversion or ;; raw-text coding system, make the buffer unibyte. ;; Otherwise, eval-buffer might try to interpret random