diff options
| author | Dan Nicolaescu | 2006-04-09 09:18:47 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2006-04-09 09:18:47 +0000 |
| commit | 4ca412ecd00a3d6540b909c579ef0911b0b3869c (patch) | |
| tree | 94e657324ac4d2e463e4f4b7fc8dac1f58faa019 /src/lisp.h | |
| parent | 404be028b9f33058aa357e3ebc85890de853511b (diff) | |
| download | emacs-4ca412ecd00a3d6540b909c579ef0911b0b3869c.tar.gz emacs-4ca412ecd00a3d6540b909c579ef0911b0b3869c.zip | |
(args_out_of_range, args_out_of_range_3)
(Fkill_buffer): Likewise.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 5d1b3266a0d..049fb989cc8 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3032,7 +3032,7 @@ extern void syms_of_frame P_ ((void)); | |||
| 3032 | extern Lisp_Object decode_env_path P_ ((char *, char *)); | 3032 | extern Lisp_Object decode_env_path P_ ((char *, char *)); |
| 3033 | extern Lisp_Object Vinvocation_name, Vinvocation_directory; | 3033 | extern Lisp_Object Vinvocation_name, Vinvocation_directory; |
| 3034 | extern Lisp_Object Vinstallation_directory, empty_string; | 3034 | extern Lisp_Object Vinstallation_directory, empty_string; |
| 3035 | EXFUN (Fkill_emacs, 1); | 3035 | EXFUN (Fkill_emacs, 1) NO_RETURN; |
| 3036 | #if HAVE_SETLOCALE | 3036 | #if HAVE_SETLOCALE |
| 3037 | void fixup_locale P_ ((void)); | 3037 | void fixup_locale P_ ((void)); |
| 3038 | void synchronize_system_messages_locale P_ ((void)); | 3038 | void synchronize_system_messages_locale P_ ((void)); |