]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Thu, 24 Oct 2002 08:03:27 +0000 (08:03 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 24 Oct 2002 08:03:27 +0000 (08:03 +0000)
src/ChangeLog

index fc1ec8c25656a957fd2dc22f5ab5361d19d5eb2c..c3cf5ddd11a8fc80b65cb9b88e75fddb8f3c1e72 100644 (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>.