diff options
author | Miles Bader <miles@gnu.org> | 2004-09-29 06:35:14 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2004-09-29 06:35:14 +0000 |
commit | c1d7d28589c020b2b72d795638e100eda852d6aa (patch) | |
tree | eea73090996311ff671fa5b88c792d0088f33a59 /lisp/gnus/mml-sec.el | |
parent | a12c6dcaf2c99009c4f44423af5138961a194e23 (diff) | |
download | emacs-c1d7d28589c020b2b72d795638e100eda852d6aa.tar.gz |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-580
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-37
Update from CVS
Diffstat (limited to 'lisp/gnus/mml-sec.el')
-rw-r--r-- | lisp/gnus/mml-sec.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mml-sec.el b/lisp/gnus/mml-sec.el index c9f5cb80190..b8107364411 100644 --- a/lisp/gnus/mml-sec.el +++ b/lisp/gnus/mml-sec.el @@ -113,7 +113,7 @@ You can also customize or set `mml-signencrypt-style-alist' instead." (setf (second style-item) style) ;; otherwise, just return the current value (second style-item)) - (gnus-message 3 "Warning, attempt to set invalid signencrypt-style")))) + (message "Warning, attempt to set invalid signencrypt style")))) ;;; Security functions |