; Fix last change
This commit is contained in:
parent
7c7966862b
commit
de1effd73b
1 changed files with 3 additions and 1 deletions
|
@ -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))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue