X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fencrypt.el;h=bbf631a1a84fa86060b8f0e1655663f6c49ad3c9;hb=5b34e9f8119499a035a5d688cd0504a31e974c02;hp=659c4b908e53c28f572d5e3a23a16d977d1ca0e1;hpb=0709e728b4f6f45f92649887f92e6c8ff5739033;p=gnus diff --git a/lisp/encrypt.el b/lisp/encrypt.el index 659c4b908..bbf631a1a 100644 --- a/lisp/encrypt.el +++ b/lisp/encrypt.el @@ -126,8 +126,8 @@ Format example: (if outdata (progn - (gnus-message 9 "%s was decrypted with %s (cipher %s)" - file (symbol-name method) cipher) + (message "%s was decrypted with %s (cipher %s)" + file (symbol-name method) cipher) (delete-region (point-min) (point-max)) (goto-char (point-min)) (insert outdata)) @@ -172,8 +172,8 @@ Format example: (if outdata (progn - (gnus-message 9 "%s was encrypted with %s (cipher %s)" - file (symbol-name method) cipher) + (message "%s was encrypted with %s (cipher %s)" + file (symbol-name method) cipher) (delete-region (point-min) (point-max)) (goto-char (point-min)) (insert outdata)