]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 6 Aug 2023 13:46:58 +0000 (15:46 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 6 Aug 2023 13:46:58 +0000 (15:46 +0200)
test/lisp/net/tramp-tests.el

index f4938cf9a01a37519fc26356c12ed28c317e92b0..31d36f81740389e2896c77631c985b312f0e75a4 100644 (file)
@@ -2687,7 +2687,9 @@ This checks also `file-name-as-directory', `file-name-directory',
              (let ((bfcs buffer-file-coding-system))
                (should (buffer-modified-p))
                (should (null (save-buffer)))
-               (should (eq buffer-file-coding-system bfcs)))))
+               (should
+                 (eq (coding-system-get buffer-file-coding-system :mime-charset)
+                     (coding-system-get  bfcs :mime-charset))))))
 
        ;; Cleanup.
        (ignore-errors (delete-file tmp-name))))))