Automated merge with file:///cygdrive/e/srv/hg/dot-emacs
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 20 Jun 2010 22:16:14 +0300
changeset 410 9bc8199793b1
parent 407 d589dce9a738 (diff)
parent 409 b8fe73dd1ab5 (current diff)
child 412 cfc3164f3259
Automated merge with file:///cygdrive/e/srv/hg/dot-emacs
.emacs-my
--- a/.emacs-my	Sun Jun 20 22:15:45 2010 +0300
+++ b/.emacs-my	Sun Jun 20 22:16:14 2010 +0300
@@ -223,7 +223,6 @@
           "^\*Help\*"
           "^\*Quail Completions\*"
           "^\*Disabled Command\*"
-          "^\*vc\*"
           ))
 
 (require 'uniquify)
@@ -827,7 +826,8 @@
 (if (equal window-system 'w32)
     (progn
       (modify-coding-system-alist 'process "cvs" '(cp1251-dos . cp1251-dos))
-      (modify-coding-system-alist 'process "svn" '(cp866-dos . cp1251-dos))
+      (modify-coding-system-alist 'process "svn" '(cp1251 . cp1251))
+      (setq vc-svn-checkin-switches '("--encoding" "utf-8"))
       ))
 
 ;; (setq-default vc-svn-register-switches "--encoding cp1251")