diff options
| author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-09-02 01:42:32 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-09-02 01:42:32 +0000 |
| commit | c9fc72fa5acddcdc670a2eb89a777f48fb031820 (patch) | |
| tree | 32bcbc2b4fe4797bc8469b3aea4c11b3021ad7fd /lisp/net/netrc.el | |
| parent | 36a806f35776e884b6228f72030993284789c785 (diff) | |
| download | emacs-c9fc72fa5acddcdc670a2eb89a777f48fb031820.tar.gz | |
Delete all trailing white space.
Diffstat (limited to 'lisp/net/netrc.el')
| -rw-r--r-- | lisp/net/netrc.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/net/netrc.el b/lisp/net/netrc.el index 5252134367e..2306927f080 100644 --- a/lisp/net/netrc.el +++ b/lisp/net/netrc.el @@ -160,9 +160,9 @@ MODE can be \"login\" or \"password\", suitable for passing to (defaults (or defaults '(nil))) info) (if (listp mode) - (setq info - (mapcar - (lambda (mode-element) + (setq info + (mapcar + (lambda (mode-element) (netrc-machine-user-or-password mode-element authinfo-list |
