equal
deleted
inserted
replaced
837 ) |
837 ) |
838 (progn |
838 (progn |
839 ;; Use shell from Cygwin/MinGW. |
839 ;; Use shell from Cygwin/MinGW. |
840 (setq shell-file-name "bash") |
840 (setq shell-file-name "bash") |
841 (setenv "SHELL" "/bin/bash") |
841 (setenv "SHELL" "/bin/bash") |
|
842 (modify-coding-system-alist 'process "bash" '(cp1251-unix . cp1251-unix)) |
842 ) |
843 ) |
843 ) |
844 ) |
844 ;; (setq explicit-shell-file-name "bash") |
845 ;; (setq explicit-shell-file-name "bash") |
845 (setq explicit-bash-args '("-i")) |
846 (setq explicit-bash-args '("-i")) |
846 (setq explicit-sh-args '("-i")) |
847 (setq explicit-sh-args '("-i")) |