.emacs-my
changeset 452 b9760779b51f
parent 451 cf6fe4141a9d
child 453 a996baf6b700
equal deleted inserted replaced
451:cf6fe4141a9d 452:b9760779b51f
   841 
   841 
   842 (if (equal window-system 'w32)
   842 (if (equal window-system 'w32)
   843     (progn
   843     (progn
   844       (modify-coding-system-alist 'process "cvs" '(cp1251-dos . cp1251-dos))
   844       (modify-coding-system-alist 'process "cvs" '(cp1251-dos . cp1251-dos))
   845       (modify-coding-system-alist 'process "svn" '(cp1251 . cp1251))
   845       (modify-coding-system-alist 'process "svn" '(cp1251 . cp1251))
   846       (setq vc-svn-checkin-switches '("--encoding" "utf-8"))
   846       (setq vc-svn-checkin-switches '("--encoding" "UTF-8"))
   847       ))
   847       ))
   848 
   848 
   849 ;; (setq-default vc-svn-register-switches "--encoding cp1251")
   849 ;; (setq-default vc-svn-register-switches "--encoding cp1251")
   850 (setq-default vc-svn-register-switches nil)
   850 (setq-default vc-svn-register-switches nil)
   851 
   851