diff lisp/url/url-vars.el @ 84930:41b075c0a949

(top): Use `mapc' rather than `mapcar'.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 26 Sep 2007 00:38:44 +0000
parents 8932997d0b62
children 4d9f2208bbde
line wrap: on
line diff
--- a/lisp/url/url-vars.el	Wed Sep 26 00:38:21 2007 +0000
+++ b/lisp/url/url-vars.el	Wed Sep 26 00:38:44 2007 +0000
@@ -62,12 +62,12 @@
 (defvar url-current-mime-headers nil
   "A parsed representation of the MIME headers for the current url.")
 
-(mapcar 'make-variable-buffer-local
-	'(
-	  url-current-object
-	  url-current-referer
-	  url-current-mime-headers
-	  ))
+(mapc 'make-variable-buffer-local
+      '(
+	url-current-object
+	url-current-referer
+	url-current-mime-headers
+	))
 
 (defcustom url-honor-refresh-requests t
   "*Whether to do automatic page reloads.