Katsumi Yamaoka writes: >>>>>> In <8764xnk0gq.fsf@arnested.dk> Arne Jørgensen wrote: > >> Hi, > >> `executable-find' has just been moved from `executable' to `files' in >> Emacs 22. > >> This patch fixes the two autoloads of `executable-find' in Gnus. > > [...] > >> - (autoload 'executable-find "executable") >> + (if (>= emacs-major-version 22) >> + (autoload 'executable-find "files") >> + (autoload 'executable-find "executable")) > > files.el is always loaded, isn't it? Right. So how about this patch then? Kind regards, -- Arne Jørgensen