Fix #175: change "RLF" to "CRLF".

This commit is contained in:
Vincent Zhang 2019-05-19 19:02:27 +08:00
parent a783f9c68e
commit 3167beda51

View file

@ -434,7 +434,7 @@ directory, the file name, and its state (modified, read-only or non-existent)."
(propertize
(concat (pcase (coding-system-eol-type buffer-file-coding-system)
(0 " LF")
(1 " RLF")
(1 " CRLF")
(2 " CR"))
(let ((sys (coding-system-plist buffer-file-coding-system)))
(cond ((memq (plist-get sys :category)