emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/dns.el,v


From: Magnus Henoch
Subject: [Emacs-diffs] Changes to emacs/lisp/net/dns.el,v
Date: Fri, 28 Mar 2008 21:36:50 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Magnus Henoch <legoscia>        08/03/28 21:36:48

Index: dns.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/dns.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- dns.el      12 Mar 2008 20:52:31 -0000      1.4
+++ dns.el      28 Mar 2008 21:36:48 -0000      1.5
@@ -137,6 +137,7 @@
   "Write a DNS packet according to SPEC.
 If TCP-P, the first two bytes of the package with be the length field."
   (with-temp-buffer
+    (set-buffer-multibyte nil)
     (dns-write-bytes (dns-get 'id spec) 2)
     (dns-write-bytes
      (logior




reply via email to

[Prev in Thread] Current Thread [Next in Thread]