diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2020-03-28 13:50:02 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-03-28 14:08:11 -0700 |
commit | a775dca449ca8da2e2619ea608a3849f70fa951e (patch) | |
tree | 3fa6063075ef683bba7f5a4074c7d92b4080042f /lib/at-func.c | |
parent | dceba13ce57ed0cb726e89566197f77359a38d91 (diff) | |
download | emacs-a775dca449ca8da2e2619ea608a3849f70fa951e.tar.gz |
Update from Gnulib
This incorporates:
2020-03-28 Use module 'filename' instead of module 'dosname'
2020-03-28 dosname: Redirect to 'filename'
* lib/at-func.c, lib/canonicalize-lgpl.c, lib/dosname.h:
Copy from Gnulib.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* lib/filename.h: New file, copied from Gnulib.
Diffstat (limited to 'lib/at-func.c')
-rw-r--r-- | lib/at-func.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/at-func.c b/lib/at-func.c index 4a1c909d38e..90022e05787 100644 --- a/lib/at-func.c +++ b/lib/at-func.c @@ -16,7 +16,7 @@ /* written by Jim Meyering */ -#include "dosname.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */ +#include "filename.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */ #ifdef GNULIB_SUPPORT_ONLY_AT_FDCWD # include <errno.h> |