(Fformat_network_address): New function.
authorKim F. Storm <storm@cua.dk>
Thu, 24 Oct 2002 08:03:41 +0000 (08:03 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 24 Oct 2002 08:03:41 +0000 (08:03 +0000)
commit991234f01a74af9d172973a9147429404be4d384
tree728b17d4def8c97282930d3d9c239edfbde723af
parent9c1e9d548fcd946e990779aa48c97e8e675b52e6
(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.
src/process.c