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
f10b7b1b
Commit
f10b7b1b
authored
Sep 15, 2004
by
Jay Belanger
Browse files
calc/calc-embed.el (calc-embedded-set-modes): Use
`calc-mode-var-list' correctly.
parent
7b2cda38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/calc/calc-embed.el
lisp/calc/calc-embed.el
+1
-1
No files found.
lisp/calc/calc-embed.el
View file @
f10b7b1b
...
...
@@ -557,7 +557,7 @@ The command \\[yank] can retrieve it from there."
(
not
(
eq
(
cdr
found
)
'default
)))
(
progn
(
if
(
eq
(
setq
value
(
cdr
(
car
v
)))
'default
)
(
setq
value
(
cdr
(
assq
(
car
(
car
v
))
calc-mode-var-list
))))
(
setq
value
(
list
(
nth
1
(
assq
(
car
(
car
v
))
calc-mode-var-list
))))
)
(
equal
(
symbol-value
(
car
(
car
v
)))
value
))
(
progn
(
setq
changed
t
)
...
...
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