Mercurial > emacs
changeset 55336:33225d8d84ab
(cua--update-indications): Fix last change.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 03 May 2004 13:39:24 +0000 |
parents | 57accbb0897d |
children | 61fda07994e4 |
files | lisp/emulation/cua-base.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/cua-base.el Mon May 03 13:39:08 2004 +0000 +++ b/lisp/emulation/cua-base.el Mon May 03 13:39:24 2004 +0000 @@ -1039,7 +1039,7 @@ (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))))