*** empty log message ***

This commit is contained in:
Kim F. Storm 2002-10-24 08:03:27 +00:00
parent 472514b72d
commit 9c1e9d548f

View file

@ -1,3 +1,12 @@
2002-10-24 Kim F. Storm <storm@cua.dk>
* process.c (Fformat_network_address): New function.
(syms_of_process): Defsubr it.
(list_processes_1): Use it to format :local/:remote address if
service/host is not set; before emacs would crash in that case.
(Fmake_network_process): Don't use Ffind_operation_coding_system
to setup coding system if host or service is not set.
2002-10-23 Juanma Barranquero <lektu@terra.es>
Patch suggested by Jay Finger <jay_finger@hotmail.com>.