* lisp/calc/calc-forms.el (calc-hms-notation): Fix interactive
prompt.
This commit is contained in:
parent
1d25613265
commit
c267044837
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue