diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-25 00:21:58 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-25 00:23:18 -0700 |
commit | 1657ba799a873a7758219dc0bdebf6ab91908fa2 (patch) | |
tree | 3605280690680eb218a5353dff1d981ae112593b /lib/qcopy-acl.c | |
parent | da38b6a7cdcdc7670a3e9088777b3f2829b08bbd (diff) | |
download | emacs-1657ba799a873a7758219dc0bdebf6ab91908fa2.tar.gz emacs-1657ba799a873a7758219dc0bdebf6ab91908fa2.tar.bz2 emacs-1657ba799a873a7758219dc0bdebf6ab91908fa2.zip |
Merge from gnulib
This incorporates:
2015-09-25 c-ctype: rewrite to use inline functions
2015-09-24 maint: add coding cookies to non-ASCII sources
2015-09-24 gitlog-to-changelog: trim only trailing whitespaces
* build-aux/gitlog-to-changelog, doc/misc/texinfo.tex:
* lib/acl-internal.c, lib/acl-internal.h, lib/c-ctype.c:
* lib/c-ctype.h, lib/get-permissions.c, lib/qcopy-acl.c:
* lib/set-permissions.c:
Copy from gnulib.
Diffstat (limited to 'lib/qcopy-acl.c')
-rw-r--r-- | lib/qcopy-acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/qcopy-acl.c b/lib/qcopy-acl.c index c4507424719..9db9033816d 100644 --- a/lib/qcopy-acl.c +++ b/lib/qcopy-acl.c @@ -1,4 +1,4 @@ -/* copy-acl.c - copy access control list from one file to another file +/* Copy access control list from one file to another. -*- coding: utf-8 -*- Copyright (C) 2002-2003, 2005-2015 Free Software Foundation, Inc. |