]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc-do-prefix-help): Remove extra format
authorAndreas Schwab <schwab@suse.de>
Sun, 8 Feb 2004 22:40:16 +0000 (22:40 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 8 Feb 2004 22:40:16 +0000 (22:40 +0000)
string argument.

lisp/calc/calc-ext.el

index 3fa254cc05d7920ebde23364e9d1766564eadf44..eafcc0766c228db658a816070a544d419a663a67 100644 (file)
@@ -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 <daveg@synaptics.com>
 ;; Maintainers: D. Goel <deego@gnufans.org>
@@ -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))))