]> code.delx.au - gnu-emacs/blobdiff - src/emacs.c
merge master
[gnu-emacs] / src / emacs.c
index e7094b11580088d2e01de692ed963b7bfb5c0a08..d83311ac5b6b32849065973b34862819a5565c34 100644 (file)
@@ -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;