# HG changeset patch # User Andreas Schwab # Date 1076280016 0 # Node ID f0e8bbd3dc507796a97d7a7a887da6778d6046ec # Parent 58be271f8d9672c59feda2502166fb638db23fdc (calc-do-prefix-help): Remove extra format string argument. diff -r 58be271f8d96 -r f0e8bbd3dc50 lisp/calc/calc-ext.el --- a/lisp/calc/calc-ext.el Sun Feb 08 22:39:49 2004 +0000 +++ b/lisp/calc/calc-ext.el Sun Feb 08 22:40:16 2004 +0000 @@ -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 @@ (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))))