1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1097
This commit is contained in:
Miles Bader 2008-03-10 00:50:22 +00:00
parent 390b81fa98
commit 8f7abae3a9
16 changed files with 510 additions and 140 deletions

View file

@ -2923,6 +2923,7 @@ Return nil if no complete line has arrived."
imap-open-1
imap-open
imap-opened
imap-ping-server
imap-authenticate
imap-close
imap-capability

View file

@ -61,7 +61,7 @@
(defun netrc-parse (file)
(interactive "fFile to Parse: ")
"Parse FILE and return an list of all entries in the file."
"Parse FILE and return a list of all entries in the file."
(when (file-exists-p file)
(with-temp-buffer
(let ((tokens '("machine" "default" "login"