Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
36e053eb
Commit
36e053eb
authored
Aug 06, 2010
by
Dan Nicolaescu
Browse files
* src/lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
parent
0e843971
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
src/ChangeLog
src/ChangeLog
+2
-0
src/lisp.h
src/lisp.h
+6
-0
No files found.
src/ChangeLog
View file @
36e053eb
2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
* lisp.h (fatal_error_signal, emacs_root_dir): Add declaration.
* emacs.c (emacs_copyright, emacs_version): Make static.
* emacs.c (emacs_copyright, emacs_version): Make static.
(Vinitial_window_system, Vauto_save_list_file_name)
(Vinitial_window_system, Vauto_save_list_file_name)
(Vinhibit_redisplay): Remove declarations.
(Vinhibit_redisplay): Remove declarations.
...
...
src/lisp.h
View file @
36e053eb
...
@@ -3300,6 +3300,7 @@ extern Lisp_Object Vbefore_init_time, Vafter_init_time;
...
@@ -3300,6 +3300,7 @@ extern Lisp_Object Vbefore_init_time, Vafter_init_time;
extern
Lisp_Object
Vinstallation_directory
;
extern
Lisp_Object
Vinstallation_directory
;
extern
Lisp_Object
empty_unibyte_string
,
empty_multibyte_string
;
extern
Lisp_Object
empty_unibyte_string
,
empty_multibyte_string
;
extern
Lisp_Object
Qfile_name_handler_alist
;
extern
Lisp_Object
Qfile_name_handler_alist
;
extern
void
(
*
fatal_error_signal_hook
)
(
void
);
EXFUN
(
Fkill_emacs
,
1
)
NO_RETURN
;
EXFUN
(
Fkill_emacs
,
1
)
NO_RETURN
;
#if HAVE_SETLOCALE
#if HAVE_SETLOCALE
void
fixup_locale
(
void
);
void
fixup_locale
(
void
);
...
@@ -3591,6 +3592,11 @@ int xd_pending_messages (void);
...
@@ -3591,6 +3592,11 @@ int xd_pending_messages (void);
void
xd_read_queued_messages
(
void
);
void
xd_read_queued_messages
(
void
);
void
syms_of_dbusbind
(
void
);
void
syms_of_dbusbind
(
void
);
#endif
#endif
#ifdef DOS_NT
/* Defined in msdos.c, w32.c */
extern
char
*
emacs_root_dir
(
void
);
#endif
/* DOS_NT */
/* Nonzero means Emacs has already been initialized.
/* Nonzero means Emacs has already been initialized.
Used during startup to detect startup of dumped Emacs. */
Used during startup to detect startup of dumped Emacs. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment