summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2019-03-27 10:29:49 +0100
committerAndreas Schwab <schwab@suse.de>2019-03-27 10:31:41 +0100
commitc26704483726d454cd554406d41dd7bfde537454 (patch)
tree86ee7e6d7c7c05771960f506c1e5b26f77b3c7ab
parent1d25613265388fbe8ca2c2bf55504e01aae69354 (diff)
downloademacs-c26704483726d454cd554406d41dd7bfde537454.tar.gz
* lisp/calc/calc-forms.el (calc-hms-notation): Fix interactive
prompt.
-rw-r--r--lisp/calc/calc-forms.el2
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