diff options
Diffstat (limited to 'naviel.el')
| -rwxr-xr-x | naviel.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -200,6 +200,9 @@ (progn (goto-char (point-min)) (re-search-forward "\r?\n\r?\n" nil t) + (set-buffer-multibyte t) + (decode-coding-region (point) (point-max) 'utf-8) + (let* ((xml (xml-parse-region (point) (point-max))) (response (naviel--check-status xml)) (result (funcall parse-fn response))) |
