From: Andreas Schwab Date: Sun, 8 Feb 2004 22:40:16 +0000 (+0000) Subject: (calc-do-prefix-help): Remove extra format X-Git-Tag: ttn-vms-21-2-B4~7697 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79cd7893f44f6865af560c3b35d9a64e770a590b;p=emacs.git (calc-do-prefix-help): Remove extra format string argument. --- diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el index 3fa254cc05d..eafcc0766c2 100644 --- a/lisp/calc/calc-ext.el +++ b/lisp/calc/calc-ext.el @@ -1,6 +1,6 @@ ;;; calc-ext.el --- various extension functions for Calc -;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004 Free Software Foundation, Inc. ;; Author: David Gillespie ;; Maintainers: D. Goel @@ -1262,7 +1262,7 @@ calc-kill calc-kill-region calc-yank)))) (if key (if msgs (message "%s: %s: %c-" group (car msgs) key) - (message "%s: (none) %c-" group (car msgs) key)) + (message "%s: (none) %c-" group key)) (message "%s: %s" group (car msgs)))) (and key (calc-unread-command key))))