]> code.delx.au - gnu-emacs/commitdiff
Fixes: debbugs:19269
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 21 Dec 2014 12:21:16 +0000 (13:21 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 21 Dec 2014 16:20:54 +0000 (17:20 +0100)
* lisp/net/nsm.el (nsm-save-host): Don't save the host name twice.

lisp/ChangeLog
lisp/net/nsm.el

index ad9548c0823a8c531cf2f2eee29ec414eb0c70b5..436ac16d866dd338b9ccc0f8a750205276007d97 100644 (file)
        * 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).
index 2306894cde3ef44a33be575343638cb01e6a0ec9..eb700d71c72c524a7cb148b924feed7727ad8b51 100644 (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))))