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 (propertize
(concat (pcase (coding-system-eol-type buffer-file-coding-system) (concat (pcase (coding-system-eol-type buffer-file-coding-system)
(0 " LF") (0 " LF")
(1 " RLF") (1 " CRLF")
(2 " CR")) (2 " CR"))
(let ((sys (coding-system-plist buffer-file-coding-system))) (let ((sys (coding-system-plist buffer-file-coding-system)))
(cond ((memq (plist-get sys :category) (cond ((memq (plist-get sys :category)