diff options
author | Glenn Morris <rgm@gnu.org> | 2015-08-15 10:40:06 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-08-15 10:40:06 -0700 |
commit | 208cfda3aa174d81952ff35272a467f8cb7e539e (patch) | |
tree | b37fa0de3ede131908eed9eb81c23c4ec1994973 /lib-src | |
parent | 2ff8791d61b81a72b8c7d288ebcd352b696584a7 (diff) | |
download | emacs-208cfda3aa174d81952ff35272a467f8cb7e539e.tar.gz emacs-208cfda3aa174d81952ff35272a467f8cb7e539e.tar.bz2 emacs-208cfda3aa174d81952ff35272a467f8cb7e539e.zip |
* admin/admin.el (set-version, set-copyright): Remove deleted files.
; * src/emacs,c, lib-src/ntlib.c: Comment updates.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ntlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c index 7d9dff9904c..37b847ba6e7 100644 --- a/lib-src/ntlib.c +++ b/lib-src/ntlib.c @@ -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 |