mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-12 14:30:42 -08:00
(args_out_of_range, args_out_of_range_3)
(Fkill_buffer): Likewise.
This commit is contained in:
parent
404be028b9
commit
4ca412ecd0
2 changed files with 4 additions and 2 deletions
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
* puresize.h (pure_write_error): Mark as NO_RETURN.
|
||||
|
||||
* lisp.h (args_out_of_range, args_out_of_range_3): Likewise.
|
||||
* lisp.h (args_out_of_range, args_out_of_range_3)
|
||||
(Fkill_buffer): Likewise.
|
||||
|
||||
|
||||
2006-04-08 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
EXFUN (Fkill_emacs, 1) NO_RETURN;
|
||||
#if HAVE_SETLOCALE
|
||||
void fixup_locale P_ ((void));
|
||||
void synchronize_system_messages_locale P_ ((void));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue