Skip to content

Commit

Permalink
code: Only edit line endings for .el file
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 27, 2022
1 parent a1a39a8 commit b7b25da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/package.el
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

(setq packaged (eask-packaged-file))

(when eask-is-windows
(when (and eask-is-windows (string= (file-name-extension packaged) "el"))
(with-current-buffer (find-file packaged)
(set-buffer-file-coding-system 'utf-8-unix)
(save-buffer)))
Expand Down

0 comments on commit b7b25da

Please sign in to comment.