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:
parent
390b81fa98
commit
8f7abae3a9
16 changed files with 510 additions and 140 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue