From: Andreas Schwab Date: Wed, 27 Mar 2019 09:29:49 +0000 (+0100) Subject: * lisp/calc/calc-forms.el (calc-hms-notation): Fix interactive X-Git-Tag: emacs-27.0.90~3323 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c26704483726d454cd554406d41dd7bfde537454;p=emacs.git * lisp/calc/calc-forms.el (calc-hms-notation): Fix interactive prompt. --- 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