]> git.eshelyaron.com Git - emacs.git/commit
Fix file name encoding when open_directory signals
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Sep 2019 07:25:47 +0000 (00:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Sep 2019 07:27:38 +0000 (00:27 -0700)
commitc19f5dcd474bfc883fc7555eef7d8f50a0df3157
tree098b221fa40a26dc9443895efaf8cd894868b573
parentffa870fc806451b9bd4504bebbf9085f4b4c0be8
Fix file name encoding when open_directory signals

* src/dired.c (open_directory): New arg ENCODED_DIRNAME.
All callers changed.  Signal error with original name,
not encoded name.
src/dired.c