emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/lisp.h


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h
Date: Sun, 09 Apr 2006 09:18:48 +0000

Index: emacs/src/lisp.h
diff -u emacs/src/lisp.h:1.558 emacs/src/lisp.h:1.559
--- emacs/src/lisp.h:1.558      Sun Apr  9 09:03:44 2006
+++ emacs/src/lisp.h    Sun Apr  9 09:18:46 2006
@@ -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);
+EXFUN (Fkill_emacs, 1) NO_RETURN;
 #if HAVE_SETLOCALE
 void fixup_locale P_ ((void));
 void synchronize_system_messages_locale P_ ((void));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]