equal
deleted
inserted
replaced
698 (modify-coding-system-alist 'process ".*" 'cp1251-unix) |
698 (modify-coding-system-alist 'process ".*" 'cp1251-unix) |
699 ) |
699 ) |
700 ) |
700 ) |
701 ((eq system-type 'darwin) |
701 ((eq system-type 'darwin) |
702 nil |
702 nil |
703 ) |
|
704 (t |
|
705 (prefer-coding-system 'cp1251-dos) |
|
706 (prefer-coding-system 'utf-8-unix) |
|
707 (modify-coding-system-alist 'process ".*" 'utf-8-unix) |
|
708 ) |
703 ) |
709 ) |
704 ) |
710 |
705 |
711 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
706 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
712 (message "open file, ffap, dired") |
707 (message "open file, ffap, dired") |