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
da8937c1
Commit
da8937c1
authored
Oct 19, 2004
by
Jay Belanger
Browse files
(calc-fancy-prefix): Removed emacs version check.
parent
33f3d9ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/calc/calc-ext.el
lisp/calc/calc-ext.el
+1
-2
No files found.
lisp/calc/calc-ext.el
View file @
da8937c1
...
...
@@ -1393,8 +1393,7 @@ calc-kill calc-kill-region calc-yank))))
(
and
(
>=
last-command-char
0
)
(
<
last-command-char
?
)
(
not
(
memq
last-command-char
'
(
?\e
)))))
(
calc-wrapper
))
; clear flags if not a Calc command.
(
if
calc-emacs-type-19
(
setq
last-command-event
(
cdr
event
)))
(
setq
last-command-event
(
cdr
event
))
(
if
(
or
(
not
(
integerp
last-command-char
))
(
eq
last-command-char
?-
))
(
calc-unread-command
)
...
...
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