diff options
| -rw-r--r-- | lisp/emulation/cua-base.el | 2 |
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 | ||