aboutsummaryrefslogtreecommitdiffstats
path: root/elisp/cmk.el
diff options
context:
space:
mode:
Diffstat (limited to 'elisp/cmk.el')
-rw-r--r--elisp/cmk.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/elisp/cmk.el b/elisp/cmk.el
index 52462e7..4df85c2 100644
--- a/elisp/cmk.el
+++ b/elisp/cmk.el
@@ -165,9 +165,7 @@ Default is \"%Y-%m-%d %H:%M\"."
(kill-buffer)
(let ((cmk (cmk-livestatus-query new-query)))
(switch-to-buffer (process-buffer cmk))
- (setq csv-separators '(";")
- csv-separator-regexp "[;]"
- csv-separator-chars '(59))
+ (csv-set-separator ?\;)
(csv-align-mode)
(setq-local cmk-livestatus-query new-query))))))
(switch-to-buffer edit-buffer)))