1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* admin/admin.el (set-version, set-copyright): Remove deleted files.

; * src/emacs,c, lib-src/ntlib.c: Comment updates.
This commit is contained in:
Glenn Morris 2015-08-15 10:40:06 -07:00
parent 2ff8791d61
commit 208cfda3aa
3 changed files with 2 additions and 15 deletions

View file

@ -302,7 +302,7 @@ is_exec (const char * name)
stricmp (p, ".cmd") == 0));
}
/* FIXME? This is in config.nt now - is this still needed? */
/* FIXME? This is in configure.ac now - is this still needed? */
#define IS_DIRECTORY_SEP(x) ((x) == '/' || (x) == '\\')
/* We need this because nt/inc/sys/stat.h defines struct stat that is