mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix last fix.
This commit is contained in:
parent
0ad32c540f
commit
b7131d2f26
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ Fourth arg PORT is an integer specifying a port to connect to."
|
|||
(message "Opening TLS connection to `%s'...%s"
|
||||
host (if done "done" "failed"))
|
||||
(when use-temp-buffer
|
||||
(or done (set-process-buffer process nil))
|
||||
(if done (set-process-buffer process nil))
|
||||
(kill-buffer buffer))
|
||||
done))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue