changeset 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 13c2502ecdc8
children 5f0ef23b7e51
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)