diff options
| -rw-r--r-- | lisp/gnus/gnus-srvr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-srvr.el b/lisp/gnus/gnus-srvr.el index 8a91973e388..23d8b02efde 100644 --- a/lisp/gnus/gnus-srvr.el +++ b/lisp/gnus/gnus-srvr.el | |||
| @@ -1159,7 +1159,7 @@ Requesting compaction of %s... (this may take a long time)" | |||
| 1159 | (error "The server under point can't host the Emacs Cloud")) | 1159 | (error "The server under point can't host the Emacs Cloud")) |
| 1160 | 1160 | ||
| 1161 | (when (not (string-equal gnus-cloud-method server)) | 1161 | (when (not (string-equal gnus-cloud-method server)) |
| 1162 | (custom-set-variables '(gnus-cloud-method server)) | 1162 | (customize-set-variable 'gnus-cloud-method server) |
| 1163 | ;; Note we can't use `Custom-save' here. | 1163 | ;; Note we can't use `Custom-save' here. |
| 1164 | (when (gnus-yes-or-no-p | 1164 | (when (gnus-yes-or-no-p |
| 1165 | (format "The new cloud host server is %S now. Save it? " server)) | 1165 | (format "The new cloud host server is %S now. Save it? " server)) |