.emacs-my
changeset 141 c88281ec188e
parent 140 e17e788f06c7
child 142 adfc0c678483
--- a/.emacs-my	Mon Jun 15 10:23:11 2009 +0300
+++ b/.emacs-my	Mon Jun 22 14:13:53 2009 +0300
@@ -565,8 +565,9 @@
 (require 'info)
 (if (equal window-system 'w32)
     (progn
-      (setq Info-directory-list (list (expand-file-name "~/../bin/emacs/info")))
-      (add-to-list 'Info-directory-list (expand-file-name "~/../bin/MinGW/info") t) ; t - append to the end
+      ;; TODO Write which func to find runemacs.exe dir.
+      ;; (setq Info-directory-list (list (expand-file-name "~/../bin/emacs/info")))
+      ;; (add-to-list 'Info-directory-list (expand-file-name "~/../bin/MinGW/info") t) ; t - append to the end
       ))
 
 ;; ======================================================================