.emacs-my
changeset 733 67e6d0381996
parent 724 77c31cb9ae75
child 734 d5281f386f48
--- a/.emacs-my	Fri Oct 14 10:26:22 2011 +0300
+++ b/.emacs-my	Wed Oct 19 09:44:34 2011 +0300
@@ -291,7 +291,7 @@
     (require 'cygwin-mount)
     (cygwin-mount-activate)
     )
-  (add-hook 'find-file-hooks 'follow-cygwin-symlink)
+  (add-hook 'find-file-hook 'follow-cygwin-symlink)
   ;; Workaround for Cygwin shell, when set 'CYGWIN=noglob'. By default 'shell-quote-argument'
   ;; quoted by double '\' chars this cause failure.
   (defun shell-quote-argument (argument)