From 4ad1689f62df07deb17f5682ba61139377081c4d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 28 Dec 2002 21:23:58 +0000 Subject: [PATCH] (find-file-noselect-1): Kill local value of `cursor-type'. --- lisp/files.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/files.el b/lisp/files.el index eb4895781c9..3b0fc3e63db 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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) -- 2.39.2