diff options
| author | Miles Bader | 2008-03-10 00:50:22 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-03-10 00:50:22 +0000 |
| commit | 8f7abae3a9c0dcb827f50688e802d634c7461ece (patch) | |
| tree | fb3d3a87b3fef4ddb3e308aa57c378f424a2dc18 /lisp/net | |
| parent | 390b81fa98fa581afe965a2943d81d7dd07f0dc5 (diff) | |
| download | emacs-8f7abae3a9c0dcb827f50688e802d634c7461ece.tar.gz emacs-8f7abae3a9c0dcb827f50688e802d634c7461ece.zip | |
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1097
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/imap.el | 1 | ||||
| -rw-r--r-- | lisp/net/netrc.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/net/imap.el b/lisp/net/imap.el index 2ec29252d47..399d5ec8237 100644 --- a/lisp/net/imap.el +++ b/lisp/net/imap.el | |||
| @@ -2923,6 +2923,7 @@ Return nil if no complete line has arrived." | |||
| 2923 | imap-open-1 | 2923 | imap-open-1 |
| 2924 | imap-open | 2924 | imap-open |
| 2925 | imap-opened | 2925 | imap-opened |
| 2926 | imap-ping-server | ||
| 2926 | imap-authenticate | 2927 | imap-authenticate |
| 2927 | imap-close | 2928 | imap-close |
| 2928 | imap-capability | 2929 | imap-capability |
diff --git a/lisp/net/netrc.el b/lisp/net/netrc.el index 8c588a11451..de82ae7473d 100644 --- a/lisp/net/netrc.el +++ b/lisp/net/netrc.el | |||
| @@ -61,7 +61,7 @@ | |||
| 61 | 61 | ||
| 62 | (defun netrc-parse (file) | 62 | (defun netrc-parse (file) |
| 63 | (interactive "fFile to Parse: ") | 63 | (interactive "fFile to Parse: ") |
| 64 | "Parse FILE and return an list of all entries in the file." | 64 | "Parse FILE and return a list of all entries in the file." |
| 65 | (when (file-exists-p file) | 65 | (when (file-exists-p file) |
| 66 | (with-temp-buffer | 66 | (with-temp-buffer |
| 67 | (let ((tokens '("machine" "default" "login" | 67 | (let ((tokens '("machine" "default" "login" |