From 6aa06cd8d273fb90b895a73cb3e4701b47d7d75a Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 3 May 2004 13:39:24 +0000 Subject: [PATCH] (cua--update-indications): Fix last change. --- lisp/emulation/cua-base.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))) -- 2.39.5