branch: externals/dicom
commit 824ae238e5ff2f86f3f6254dd99de0c401b78d7b
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
No need to override cursor-in-non-selected-windows
---
dicom.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/dicom.el b/dicom.el
index f2a2e6e843..a54e73c078 100644
--- a/dicom.el
+++ b/dicom.el
@@ -523,7 +523,6 @@ The command is specified as FMT string with ARGS."
(format (propertize " DICOM %s %s" 'face 'dicom-header)
(if (dicom--dir-p) "DIR" "IMAGE")
(cadr (dicom--file-name)))
- cursor-in-non-selected-windows t
cursor-face-highlight-nonselected-window t))
(defun dicom--setup-content ()