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
dd168a3e
Commit
dd168a3e
authored
May 30, 2005
by
Jay Belanger
Browse files
(calc-user-invocation): Check if calc-invocation-macro is non-nil.
parent
5f43c63c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/calc/calc.el
lisp/calc/calc.el
+1
-1
No files found.
lisp/calc/calc.el
View file @
dd168a3e
...
...
@@ -3431,7 +3431,7 @@ Also looks for the equivalent TeX words, \\gets and \\evalto."
(defun calc-user-invocation ()
(interactive)
(unless
(stringp
calc-invocation-macro
)
(unless calc-invocation-macro
(error "
Use
`
Z
I
'
inside
Calc
to
define
a
`
M-#
Z
'
keyboard
macro
"))
(execute-kbd-macro calc-invocation-macro nil))
...
...
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