# HG changeset patch # User Oleksandr Gavenko # Date 1319006674 -10800 # Node ID 67e6d0381996864e5d945da87515a840f3d21b14 # Parent 2fa569bc74189c9e1e22fcc984b6fddce2481e0d Use 'find-file-hook' as 'find-file-hooks' marked as deprecated. diff -r 2fa569bc7418 -r 67e6d0381996 .emacs-my --- 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)