From: Andreas Schwab Date: Sun, 8 Feb 2004 22:45:11 +0000 (+0000) Subject: (gnus-summary-increase-score): Fix format string. X-Git-Tag: ttn-vms-21-2-B4~7690 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95d837b2401321625b6cd228880c30334a369f70;p=emacs.git (gnus-summary-increase-score): Fix format string. --- diff --git a/lisp/gnus/gnus-score.el b/lisp/gnus/gnus-score.el index 7e716fc028a..0623d1bd8f1 100644 --- a/lisp/gnus/gnus-score.el +++ b/lisp/gnus/gnus-score.el @@ -1,5 +1,5 @@ ;;; gnus-score.el --- scoring code for Gnus -;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001 +;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2004 ;; Free Software Foundation, Inc. ;; Author: Per Abrahamsen @@ -616,7 +616,7 @@ used as score." (gnus-score-insert-help "Match permanence" char-to-perm 2))) (gnus-score-kill-help-buffer) - (if mimic (message "%c %c %c" prefix hchar tchar pchar) + (if mimic (message "%c %c %c %c" prefix hchar tchar pchar) (message "")) (unless (setq temporary (cadr (assq pchar char-to-perm))) ;; Deal with der(r)ided superannuated paradigms.