]> git.eshelyaron.com Git - emacs.git/commitdiff
Undo previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 Apr 2006 19:56:27 +0000 (19:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 Apr 2006 19:56:27 +0000 (19:56 +0000)
src/ChangeLog
src/lisp.h

index 80213f252a79a39bb3d53e68941d2b7c4931faf9..d5e4d20111eff1950d22f7ef78eead1b39d5d5c2 100644 (file)
@@ -1,9 +1,16 @@
+2006-04-09  Richard Stallman  <rms@gnu.org>
+
+       * lisp.h (Fkill_emacs): Undo previous change.
+
+2006-04-08  Richard Stallman  <rms@gnu.org>
+
+       * search.c (boyer_moore): Test ch >= 0400, not >.
+
 2006-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * puresize.h (pure_write_error): Mark as NO_RETURN.
 
        * lisp.h (args_out_of_range, args_out_of_range_3)
-       (Fkill_emacs): Likewise.
 
 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
 
index 049fb989cc88246a86ce880f2c2769eec8da068b..5d1b3266a0dd74147d6459280fc39203d51dd1d0 100644 (file)
@@ -3032,7 +3032,7 @@ extern void syms_of_frame P_ ((void));
 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));