projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d25613
)
* lisp/calc/calc-forms.el (calc-hms-notation): Fix interactive
author
Andreas Schwab
<schwab@suse.de>
Wed, 27 Mar 2019 09:29:49 +0000
(10:29 +0100)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 27 Mar 2019 09:31:41 +0000
(10:31 +0100)
prompt.
lisp/calc/calc-forms.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-forms.el
b/lisp/calc/calc-forms.el
index cab48a7f25ed28ddd55e5e60e5d033327eff54a0..fce82d2eaac77aa84cfa004223d477116a382c9b 100644
(file)
--- 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