diff options
author | John Wiegley <johnw@newartisans.com> | 2016-02-15 14:10:25 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2016-02-15 14:10:25 -0800 |
commit | c79978fcad84052edbdb78b33f2eaa913acb7cb0 (patch) | |
tree | 9ddbd26fff5cd824055dfcdee1241f9f44d6a155 /lib-src | |
parent | 73e9edf8d177af9a008faf9642512042c074706a (diff) | |
parent | dacde7ee5d37a1fe685a489c65678a8f2c2535ce (diff) |
Merge from origin/emacs-25
dacde7e * etc/AUTHORS: Update the AUTHORS file
478ca5d ; fix changelog entries
2b7d006 ; make change-history-commit
851decb * lisp/dired-aux.el: Require cl-lib. (Bug#22613)
47896c8 ; Improve commentary in insdel.c
53ca1e1 Index tilde characters in names of backup files
d97f522 Document deprecation of hi-lock-mode's 'C-x w' bindings
b55f06d ; * etc/NEWS: Use double spaces to end a sentence.
28bb214 Announce that the `C-x w' bindings are deprecated
1c98f98 Suppress GNUstep hardening
d82f24b Fix redisplay after a large insertion
85a2753 Revert "Fix gnus-group-get-new-news-this-group on group with
closed server"
e8e3db0 ; Improve merge documentation in CONTRIBUTE
5be9989 * lib-src/make-docfile.c: Include stdarg.h.
c95ebbf Extend gpm-mouse-mode's doc string and doc to point out
limitations.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/make-docfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 12222c3db3..e266207ee9 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c @@ -36,6 +36,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> +#include <stdarg.h> #include <stdbool.h> #include <stddef.h> #include <stdint.h> |