diff options
| author | Stefan Monnier | 2009-12-03 19:01:36 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-12-03 19:01:36 +0000 |
| commit | 84b318269ceb95adcd16f49f6a110be04fcaeffd (patch) | |
| tree | da28f37e2b490afb11787e1d6a026786a50827a8 /etc | |
| parent | f00c449ba1e11bda4b50d39b9ab60dfc9c889b05 (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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 |
| 358 | facilities on a particular region of text. | 360 | facilities on a particular region of text. |
| 359 | 361 | ||