]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-file-noselect-1): Kill local value of `cursor-type'.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 Dec 2002 21:23:58 +0000 (21:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 Dec 2002 21:23:58 +0000 (21:23 +0000)
lisp/files.el

index eb4895781c90956c653e06d9e0bd110aa4d131e0..3b0fc3e63db91e68671f8d7f1fc07f8af26d54b8 100644 (file)
@@ -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)