I got this hack from Roland McGrath to deal with the change to
find-file-name-handler. I haven't experienced any lossage from it yet.
(require 'advice)
(defadvice find-file-name-handler (around optionalize-arg
(filename &optional operation)
activate)
ad-do-it))