summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-05-03 13:39:24 +0000
committerKim F. Storm <storm@cua.dk>2004-05-03 13:39:24 +0000
commit253add4c62d04b3daa3b02c186a22f863f401eea (patch)
treea0ef420f76644a91979fff393e4d0afab6229184 /lisp/emulation
parentfacd25840160dad474cf1fe3998641fdff4cab91 (diff)
downloademacs-253add4c62d04b3daa3b02c186a22f863f401eea.tar.gz
(cua--update-indications): Fix last change.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/cua-base.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index c248dbbdcf2..6a0e8a00cde 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -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))))