]> git.eshelyaron.com Git - emacs.git/commitdiff
(cua--update-indications): Fix last change.
authorKim F. Storm <storm@cua.dk>
Mon, 3 May 2004 13:39:24 +0000 (13:39 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 3 May 2004 13:39:24 +0000 (13:39 +0000)
lisp/emulation/cua-base.el

index c248dbbdcf21729fc9ce921bae5cf3a75a3d93c8..6a0e8a00cdea3f60d49f8c24ae092410d5319226 100644 (file)
@@ -1039,7 +1039,7 @@ If ARG is the atom `-', scroll upward by nearly full screen."
        (set-cursor-color color))
     (if (and type
             (symbolp type)
-            (not (eq type (frame-parameter nil 'cursor-type))))
+            (not (eq type default-cursor-type)))
        (setq default-cursor-type type))))