projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ace8bb
)
(set-language-environment-coding-systems): Modify eol-type for XEmacs.
author
tomo
<tomo>
Mon, 28 Jun 1999 14:59:02 +0000
(14:59 +0000)
committer
tomo
<tomo>
Mon, 28 Jun 1999 14:59:02 +0000
(14:59 +0000)
lisp/mule/mule-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/mule/mule-cmds.el
b/lisp/mule/mule-cmds.el
index
4f3bc9f
..
56984d9
100644
(file)
--- a/
lisp/mule/mule-cmds.el
+++ b/
lisp/mule/mule-cmds.el
@@
-1231,7
+1231,7
@@
of buffer-file-coding-system set by this function."
(if priority
(let ((categories (mapcar 'coding-system-category priority)))
(set-default-coding-systems
- (if (memq eol-type '(0 1 2 unix dos mac))
+ (if (memq eol-type '(lf crlf cr unix dos mac))
(coding-system-change-eol-conversion default-coding eol-type)
default-coding))
;; (setq default-sendmail-coding-system default-coding)