emacs 19.23 and efs-1.6: find-file-name-handler

Noah Friedman (friedman@gnu.ai.mit.edu)
Fri, 20 May 94 12:50:35 edt


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))