1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-10 09:43:26 -08:00

Fixes: debbugs:19269

* lisp/net/nsm.el (nsm-save-host): Don't save the host name twice.
This commit is contained in:
Lars Ingebrigtsen 2014-12-21 13:21:16 +01:00
parent a8856cb50b
commit be4304d8d8
2 changed files with 5 additions and 1 deletions

View file

@ -32,6 +32,11 @@
* textmodes/ispell.el (ispell-command-loop): Don't use
`next-window'.
2014-12-21 Lars Ingebrigtsen <larsi@gnus.org>
* net/nsm.el (nsm-save-host): Don't save the host name twice
(bug#19269).
2014-12-18 Sam Steingold <sds@gnu.org>
Keyboard interface (C-f10) to `mouse-buffer-menu' (C-down-mouse-1).

View file

@ -340,7 +340,6 @@ unencrypted."
;; of the certificate/unencrypted connection.
(cond
((eq what 'conditions)
(nconc saved (list :host (format "%s:%s" host port)))
(cond
((not status)
(nconc saved '(:conditions (:unencrypted))))