]> code.delx.au - gnu-emacs/commit
No need to block input when reading directories
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Mar 2016 01:44:15 +0000 (18:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Mar 2016 01:45:09 +0000 (18:45 -0700)
commit9d5f23511241e6a0805ddfab20926271e23fa698
tree5d9e588151f050399dd7c6f2680627f6b48b0fff
parent070b9de4e39b8b6f1334f1d6d81cd9ad9634d75b
No need to block input when reading directories

* src/dired.c: Don’t include blockinput.h.
(open_directory, directory_files_internal_unwind)
(directory_files_internal, file_attributes):
Don’t block input here, as the reasons for blocking input should
no longer apply.  See blockinput.h FIXME.  (Bug#22996).
src/dired.c