jwiegley / emacs-async

Simple library for asynchronous processing in Emacs
GNU General Public License v3.0
838 stars 68 forks source link

* dired-async.el: Add a defvar for `dired-async-use-native-commands' #6

Closed lu-fennell closed 11 years ago

lu-fennell commented 12 years ago

Otherwise I get `void-variable' errors when trying to delete something

lu-fennell commented 12 years ago

Ah, I just noticed that there is a async-file-use-native-commands... perhaps the intention was to use that in dired-async instead of dired-async-use-native-commands. Is that the case?