mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
calc/calc-embed.el (calc-embedded-set-modes): Use
`calc-mode-var-list' correctly.
This commit is contained in:
parent
7b2cda3878
commit
f10b7b1b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue