From 95ef741931c82aa7bb99f9ad7b147e11476cbbc8 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 21 Feb 2011 15:59:23 -0800 Subject: [PATCH 1/1] Fix typo. --- lisp/auth-source.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/auth-source.el b/lisp/auth-source.el index d53ffe657..e5a2e312f 100644 --- a/lisp/auth-source.el +++ b/lisp/auth-source.el @@ -696,7 +696,7 @@ while \(:host t) would find all host entries." (mapcar (lambda (value) (if (numberp value) (format "%s" value) - port)) + value)) values)) (defvar auth-source-netrc-cache nil) -- 2.25.1