diff lisp/calc/calc-ext.el @ 53869:f0e8bbd3dc50

(calc-do-prefix-help): Remove extra format string argument.
author Andreas Schwab <schwab@suse.de>
date Sun, 08 Feb 2004 22:40:16 +0000
parents 695cf19ef79e
children 6f766221b410
line wrap: on
line diff
--- 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 <daveg@synaptics.com>
 ;; Maintainers: D. Goel <deego@gnufans.org>
@@ -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))))