diff options
| author | Glenn Morris | 2008-10-03 07:06:46 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-10-03 07:06:46 +0000 |
| commit | 598898a721ee22200874751a8826411e818b6145 (patch) | |
| tree | 54969566001ea923f436dcef484ba1690631fc3a /src | |
| parent | 7aaf911c40a5e8cbf201d492fc0505c6677887da (diff) | |
| download | emacs-598898a721ee22200874751a8826411e818b6145.tar.gz emacs-598898a721ee22200874751a8826411e818b6145.zip | |
(USAGE1): Add --daemon.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/emacs.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3c51f770eba..05447ddb884 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-10-03 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs.c (USAGE1): Add --daemon. | ||
| 4 | |||
| 1 | 2008-10-02 Eli Zaretskii <eliz@gnu.org> | 5 | 2008-10-02 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * process.c (procfs_system_process_attributes): Multiply `pcpu' by | 7 | * process.c (procfs_system_process_attributes): Multiply `pcpu' by |
diff --git a/src/emacs.c b/src/emacs.c index f94d2d39ae4..2fb975c0fc1 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -257,6 +257,7 @@ read the main documentation for these command-line arguments.\n\ | |||
| 257 | Initialization options:\n\ | 257 | Initialization options:\n\ |
| 258 | \n\ | 258 | \n\ |
| 259 | --batch do not do interactive display; implies -q\n\ | 259 | --batch do not do interactive display; implies -q\n\ |
| 260 | --daemon start a server in the background\n\ | ||
| 260 | --debug-init enable Emacs Lisp debugger for init file\n\ | 261 | --debug-init enable Emacs Lisp debugger for init file\n\ |
| 261 | --display, -d DISPLAY use X server DISPLAY\n\ | 262 | --display, -d DISPLAY use X server DISPLAY\n\ |
| 262 | --multibyte, --no-unibyte inhibit the effect of EMACS_UNIBYTE\n\ | 263 | --multibyte, --no-unibyte inhibit the effect of EMACS_UNIBYTE\n\ |