diff src/lisp.h @ 69896:618ce5655fc3

Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 09 Apr 2006 19:55:23 +0000
parents 3cd07b1cb11d
children 56d8e0539545 81f2d90dee68
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));