diff options
author | Joakim Verona <joakim@verona.se> | 2015-01-15 14:54:25 +0100 |
---|---|---|
committer | Joakim Verona <joakim@verona.se> | 2015-01-15 14:54:25 +0100 |
commit | 0298a2c6a10bc3b79cb2f45a1961dd7ac6da4e6d (patch) | |
tree | 6c7ea25ac137f5764d931e841598a3c1ea434ab0 /src/emacs.c | |
parent | a1124bc117e41019de49c82d13d1a72a50df977d (diff) | |
parent | 0e97c44c3699c4606a04f589828acdf9c03f447e (diff) | |
download | emacs-0298a2c6a10bc3b79cb2f45a1961dd7ac6da4e6d.tar.gz |
merge master
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index e7094b11580..d83311ac5b6 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1898,7 +1898,8 @@ or SIGHUP, and upon SIGINT in batch mode. The value of `kill-emacs-hook', if not void, is a list of functions (of no args), -all of which are called before Emacs is actually killed. */) +all of which are called before Emacs is actually killed. */ + attributes: noreturn) (Lisp_Object arg) { struct gcpro gcpro1; |