Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
20e97ae6
Commit
20e97ae6
authored
Sep 30, 2002
by
Colin Walters
Browse files
(calc-kbd-report, calc-kbd-query): Don't bind `executing-kbd-macro'
and `defining-kbd-macro'.
parent
b27614ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
lisp/calc/calc-prog.el
lisp/calc/calc-prog.el
+2
-12
No files found.
lisp/calc/calc-prog.el
View file @
20e97ae6
...
...
@@ -1344,22 +1344,12 @@
(
defun
calc-kbd-report
(
msg
)
(
interactive
"sMessage: "
)
(
calc-wrapper
(let ((executing-kbd-macro nil)
(defining-kbd-macro nil))
(math-working msg (calc-top-n 1)))))
(
math-working
msg
(
calc-top-n
1
))))
(
defun
calc-kbd-query
(
msg
)
(
interactive
"sPrompt: "
)
(
calc-wrapper
(let ((executing-kbd-macro nil)
(defining-kbd-macro nil))
(calc-alg-entry nil (and (not (equal msg "")) msg)))))
(
calc-alg-entry
nil
(
and
(
not
(
equal
msg
""
))
msg
))))
;;;; Logical operations.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment