From c26704483726d454cd554406d41dd7bfde537454 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 27 Mar 2019 10:29:49 +0100 Subject: [PATCH] * lisp/calc/calc-forms.el (calc-hms-notation): Fix interactive prompt. --- lisp/calc/calc-forms.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calc/calc-forms.el b/lisp/calc/calc-forms.el index cab48a7f25e..fce82d2eaac 100644 --- a/lisp/calc/calc-forms.el +++ b/lisp/calc/calc-forms.el @@ -60,7 +60,7 @@ (defun calc-hms-notation (fmt) - (interactive "sHours-minutes-seconds format (hms, @ \\=' \", etc.): ") + (interactive "sHours-minutes-seconds format (hms, @ ' \", etc.): ") (calc-wrapper (if (string-match "\\`\\([^,; ]+\\)\\([,; ]*\\)\\([^,; ]\\)\\([,; ]*\\)\\([^,; ]\\)\\'" fmt) (progn -- 2.39.5