]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/calc/calc-forms.el (calc-hms-notation): Fix interactive
authorAndreas Schwab <schwab@suse.de>
Wed, 27 Mar 2019 09:29:49 +0000 (10:29 +0100)
committerAndreas Schwab <schwab@suse.de>
Wed, 27 Mar 2019 09:31:41 +0000 (10:31 +0100)
prompt.

lisp/calc/calc-forms.el

index cab48a7f25ed28ddd55e5e60e5d033327eff54a0..fce82d2eaac77aa84cfa004223d477116a382c9b 100644 (file)
@@ -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