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:
parent
536b728a07
commit
4ad1689f62
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue