mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
(Fmake_directory_internal): Pass just 2 args to handler.
This commit is contained in:
parent
3d378fdf23
commit
e508ad53fd
@ -1858,7 +1858,7 @@ DEFUN ("make-directory-internal", Fmake_directory_internal,
|
||||
|
||||
handler = Ffind_file_name_handler (dirname, Qmake_directory_internal);
|
||||
if (!NILP (handler))
|
||||
return call3 (handler, Qmake_directory_internal, dirname, Qnil);
|
||||
return call2 (handler, Qmake_directory_internal, dirname);
|
||||
|
||||
dir = XSTRING (dirname)->data;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user