comparison 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
comparison
equal deleted inserted replaced
69895:215057e97d56 69896:618ce5655fc3
3030 3030
3031 /* defined in emacs.c */ 3031 /* defined in emacs.c */
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) NO_RETURN; 3035 EXFUN (Fkill_emacs, 1);
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));
3039 void synchronize_system_time_locale P_ ((void)); 3039 void synchronize_system_time_locale P_ ((void));
3040 #else 3040 #else