equal
deleted
inserted
replaced
678 ;; (set-keyboard-coding-system 'cp1251) |
678 ;; (set-keyboard-coding-system 'cp1251) |
679 |
679 |
680 (modify-coding-system-alist 'file "\\.el" 'iso-2022-7bit) |
680 (modify-coding-system-alist 'file "\\.el" 'iso-2022-7bit) |
681 (cond |
681 (cond |
682 ((equal window-system 'w32) ; also (string-equal system-type "windows-nt") |
682 ((equal window-system 'w32) ; also (string-equal system-type "windows-nt") |
683 (set-selection-coding-system 'utf-16-le-dos) |
683 ;; (set-selection-coding-system 'utf-16-le-dos) |
684 (setq-default buffer-file-coding-system 'cp1251) |
684 (setq-default buffer-file-coding-system 'cp1251) |
685 (setq default-file-name-coding-system 'cp1251) |
685 (setq default-file-name-coding-system 'cp1251) |
686 (setq default-process-coding-system '(cp1251 . cp1251)) |
686 (setq default-process-coding-system '(cp1251 . cp1251)) |
687 ) |
687 ) |
688 ((equal window-system 'x) |
688 ((equal window-system 'x) |