diff options
| author | Andreas Schwab | 2019-03-27 10:29:49 +0100 |
|---|---|---|
| committer | Andreas Schwab | 2019-03-27 10:31:41 +0100 |
| commit | c26704483726d454cd554406d41dd7bfde537454 (patch) | |
| tree | 86ee7e6d7c7c05771960f506c1e5b26f77b3c7ab | |
| parent | 1d25613265388fbe8ca2c2bf55504e01aae69354 (diff) | |
| download | emacs-c26704483726d454cd554406d41dd7bfde537454.tar.gz emacs-c26704483726d454cd554406d41dd7bfde537454.zip | |
* lisp/calc/calc-forms.el (calc-hms-notation): Fix interactive
prompt.
| -rw-r--r-- | lisp/calc/calc-forms.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 60 | 60 | ||
| 61 | 61 | ||
| 62 | (defun calc-hms-notation (fmt) | 62 | (defun calc-hms-notation (fmt) |
| 63 | (interactive "sHours-minutes-seconds format (hms, @ \\=' \", etc.): ") | 63 | (interactive "sHours-minutes-seconds format (hms, @ ' \", etc.): ") |
| 64 | (calc-wrapper | 64 | (calc-wrapper |
| 65 | (if (string-match "\\`\\([^,; ]+\\)\\([,; ]*\\)\\([^,; ]\\)\\([,; ]*\\)\\([^,; ]\\)\\'" fmt) | 65 | (if (string-match "\\`\\([^,; ]+\\)\\([,; ]*\\)\\([^,; ]\\)\\([,; ]*\\)\\([^,; ]\\)\\'" fmt) |
| 66 | (progn | 66 | (progn |