From 7587305b9a4e2f9be0a5fb8415b679c321854f53 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 1 May 2003 07:07:34 +0000 Subject: [PATCH] Indent. --- lisp/dns.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/dns.el b/lisp/dns.el index 1a3a90384..f23e87a6b 100644 --- a/lisp/dns.el +++ b/lisp/dns.el @@ -288,7 +288,8 @@ If TCP-P, the first two bytes of the package with be the length field." (if (featurep 'xemacs) `(let ((coding-system-for-read 'binary) (coding-system-for-write 'binary)) - (gnus-xmas-open-network-stream "dns" (current-buffer) ,server "domain" 'udp)) + (gnus-xmas-open-network-stream "dns" (current-buffer) + ,server "domain" 'udp)) `(let ((server ,server) (coding-system-for-read 'binary) (coding-system-for-write 'binary)) -- 2.34.1