Comment change.
This commit is contained in:
parent
dca2168c0b
commit
f387c1eec4
1 changed files with 2 additions and 2 deletions
|
@ -298,8 +298,6 @@ get_current_dir_name ()
|
|||
}
|
||||
#endif
|
||||
|
||||
/* Message functions. */
|
||||
|
||||
#ifdef WINDOWSNT
|
||||
|
||||
#define REG_ROOT "SOFTWARE\\GNU\\Emacs"
|
||||
|
@ -440,6 +438,8 @@ w32_execvp (path, argv)
|
|||
|
||||
#endif /* WINDOWSNT */
|
||||
|
||||
/* Display a normal or error message.
|
||||
On Windows, use a message box if compiled as a Windows app. */
|
||||
void
|
||||
message (int is_error, char *message, ...)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue