.emacs-my
changeset 169 2a9203158bad
parent 168 ce7c58f8ed16
child 171 2f2aae1d394c
--- a/.emacs-my	Mon Oct 05 22:57:15 2009 +0300
+++ b/.emacs-my	Mon Oct 05 22:59:29 2009 +0300
@@ -746,18 +746,6 @@
 ;; (setq-default vc-svn-register-switches "--encoding cp1251")
 (setq-default vc-svn-register-switches nil)
 
-(setq my-svn-dir (concat my-el-dir "/svn"))
-(if (file-exists-p my-svn-dir)
-    (progn
-      (add-to-list 'load-path my-svn-dir)
-      (require 'vc-svn)
-      )
-  )
-
-(if (file-exists-p (concat my-el-dir "/mercurial.el"))
-    (require 'mercurial)
-  )
-
 (if window-system
     (progn
      (custom-set-variables