aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2009-12-03 19:01:36 +0000
committerStefan Monnier2009-12-03 19:01:36 +0000
commit84b318269ceb95adcd16f49f6a110be04fcaeffd (patch)
treeda28f37e2b490afb11787e1d6a026786a50827a8 /etc
parentf00c449ba1e11bda4b50d39b9ab60dfc9c889b05 (diff)
downloademacs-84b318269ceb95adcd16f49f6a110be04fcaeffd.tar.gz
emacs-84b318269ceb95adcd16f49f6a110be04fcaeffd.zip
(Fmake_network_process): Fix up the tests for
"connectionless socket", so they DTRT for seqpacket sockets as well.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6717e6519c4..6e46678c22b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -354,6 +354,8 @@ the variable `byte-compile-compatibility') has been removed.
354 354
355* Lisp changes in Emacs 23.2 355* Lisp changes in Emacs 23.2
356 356
357** make-network-socket can now also create `seqpacket' Unix sockets.
358
357** New function `completion-in-region' to use the standard completion 359** New function `completion-in-region' to use the standard completion
358facilities on a particular region of text. 360facilities on a particular region of text.
359 361