1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(find-file-noselect-1): Kill local value of `cursor-type'.

This commit is contained in:
Richard M. Stallman 2002-12-28 21:23:58 +00:00
parent 536b728a07
commit 4ad1689f62

View file

@ -1250,6 +1250,7 @@ that are visiting the various files."
;; Needed in case we are re-visiting the file with a different
;; text representation.
(kill-local-variable 'buffer-file-coding-system)
(kill-local-variable 'cursor-type)
(erase-buffer)
(and (default-value 'enable-multibyte-characters)
(not rawfile)