aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-03-02 23:01:32 -0800
committerGlenn Morris2011-03-02 23:01:32 -0800
commitd862b746f59929e71569c288ed761d08eccebba0 (patch)
tree36498c83a28a8cb790b634d945bd0c9548c53c82
parent0b973fc594aa04c4a22aa1aee7bc8b5c4f74c93f (diff)
downloademacs-d862b746f59929e71569c288ed761d08eccebba0.tar.gz
emacs-d862b746f59929e71569c288ed761d08eccebba0.zip
* etc/NEWS: Mention emacsclient -q.
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7be8d4fb34b..0030a37ad69 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -67,10 +67,13 @@ from load-path. -Q now implies this.
67 67
68** emacsclient changes 68** emacsclient changes
69 69
70+++
70*** New emacsclient argument --parent-id ID can be used to open a 71*** New emacsclient argument --parent-id ID can be used to open a
71client frame in parent X window ID, via XEmbed. This works like the 72client frame in parent X window ID, via XEmbed. This works like the
72--parent-id argument to Emacs. 73--parent-id argument to Emacs.
73 74
75*** New emacsclient argument -q/--quiet suppresses some status messages.
76
74*** If emacsclient shuts down as a result of Emacs signalling an 77*** If emacsclient shuts down as a result of Emacs signalling an
75error, its exit status is 1. 78error, its exit status is 1.
76 79