emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c267044: * lisp/calc/calc-forms.el (calc-hms-notati


From: Andreas Schwab
Subject: [Emacs-diffs] master c267044: * lisp/calc/calc-forms.el (calc-hms-notation): Fix interactive
Date: Wed, 27 Mar 2019 05:32:35 -0400 (EDT)

branch: master
commit c26704483726d454cd554406d41dd7bfde537454
Author: Andreas Schwab <address@hidden>
Commit: Andreas Schwab <address@hidden>

    * lisp/calc/calc-forms.el (calc-hms-notation): Fix interactive
    prompt.
---
 lisp/calc/calc-forms.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/calc/calc-forms.el b/lisp/calc/calc-forms.el
index cab48a7..fce82d2 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]