branch: externals/dicom
commit 7b04d0cde3df59a0d4d5edbe42a00ceac8461016
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Reorder
---
 dicom.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dicom.el b/dicom.el
index a54e73c078..ad526b9ee7 100644
--- a/dicom.el
+++ b/dicom.el
@@ -519,11 +519,11 @@ The command is specified as FMT string with ARGS."
               outline-regexp "\\*+"
               outline-minor-mode-cycle t
               outline-minor-mode-use-buttons 'in-margins
+              cursor-face-highlight-nonselected-window t
               header-line-format
               (format (propertize " DICOM %s %s" 'face 'dicom-header)
                       (if (dicom--dir-p) "DIR" "IMAGE")
-                      (cadr (dicom--file-name)))
-              cursor-face-highlight-nonselected-window t))
+                      (cadr (dicom--file-name)))))
 
 (defun dicom--setup-content ()
   "Setup buffer content."

Reply via email to