# HG changeset patch # User Richard M. Stallman # Date 1041110638 0 # Node ID dae8bb57e633318e0f164b3acd45ffcac529ff56 # Parent 13c2502ecdc85a5ae6b2da33983b5377b0191abb (find-file-noselect-1): Kill local value of `cursor-type'. diff -r 13c2502ecdc8 -r dae8bb57e633 lisp/files.el --- 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)