diff lisp/files.el @ 48985:dae8bb57e633

(find-file-noselect-1): Kill local value of `cursor-type'.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 Dec 2002 21:23:58 +0000
parents df29cc9d803b
children 214dbee546dd
line wrap: on
line diff
--- a/lisp/files.el	Sat Dec 28 21:23:23 2002 +0000
+++ b/lisp/files.el	Sat Dec 28 21:23:58 2002 +0000
@@ -1250,6 +1250,7 @@
       ;; 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)