aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2004-05-03 13:39:24 +0000
committerKim F. Storm2004-05-03 13:39:24 +0000
commit6aa06cd8d273fb90b895a73cb3e4701b47d7d75a (patch)
tree2bdde98a58e18d0be9ace1ab6f88348022190fb6
parentd83e1f9d7dfade9784e32dededa4c0762f36a531 (diff)
downloademacs-6aa06cd8d273fb90b895a73cb3e4701b47d7d75a.tar.gz
emacs-6aa06cd8d273fb90b895a73cb3e4701b47d7d75a.zip
(cua--update-indications): Fix last change.
-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."
1039 (set-cursor-color color)) 1039 (set-cursor-color color))
1040 (if (and type 1040 (if (and type
1041 (symbolp type) 1041 (symbolp type)
1042 (not (eq type (frame-parameter nil 'cursor-type)))) 1042 (not (eq type default-cursor-type)))
1043 (setq default-cursor-type type)))) 1043 (setq default-cursor-type type))))
1044 1044
1045 1045