diff options
| author | Andreas Schwab <schwab@suse.de> | 2019-03-27 10:29:49 +0100 |
|---|---|---|
| committer | Andreas Schwab <schwab@suse.de> | 2019-03-27 10:31:41 +0100 |
| commit | c26704483726d454cd554406d41dd7bfde537454 (patch) | |
| tree | 86ee7e6d7c7c05771960f506c1e5b26f77b3c7ab /lisp/calc/calc-forms.el | |
| parent | 1d25613265388fbe8ca2c2bf55504e01aae69354 (diff) | |
| download | emacs-c26704483726d454cd554406d41dd7bfde537454.tar.gz | |
* lisp/calc/calc-forms.el (calc-hms-notation): Fix interactive
prompt.
Diffstat (limited to 'lisp/calc/calc-forms.el')
| -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 @@ (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 |
