From: Richard M. Stallman Date: Sat, 28 Dec 2002 21:23:58 +0000 (+0000) Subject: (find-file-noselect-1): Kill local value of `cursor-type'. X-Git-Tag: ttn-vms-21-2-B4~11890 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ad1689f62df07deb17f5682ba61139377081c4d;p=emacs.git (find-file-noselect-1): Kill local value of `cursor-type'. --- 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)