changeset 69896:618ce5655fc3

Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 09 Apr 2006 19:55:23 +0000
parents 215057e97d56
children 58d60e878200
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Sun Apr 09 19:20:02 2006 +0000
+++ b/src/lisp.h	Sun Apr 09 19:55:23 2006 +0000
@@ -3032,7 +3032,7 @@
 extern Lisp_Object decode_env_path P_ ((char *, char *));
 extern Lisp_Object Vinvocation_name, Vinvocation_directory;
 extern Lisp_Object Vinstallation_directory, empty_string;
-EXFUN (Fkill_emacs, 1) NO_RETURN;
+EXFUN (Fkill_emacs, 1);
 #if HAVE_SETLOCALE
 void fixup_locale P_ ((void));
 void synchronize_system_messages_locale P_ ((void));