* lisp/calc/calc-forms.el (calc-hms-notation): Fix interactive

prompt.
This commit is contained in:
Andreas Schwab 2019-03-27 10:29:49 +01:00
parent 1d25613265
commit c267044837

View file

@ -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