(aset info 8 val)
(calc-embedded-update info 14 t t))))
+;;;###autoload
(defun calc-do-embedded-activate (arg cbuf)
(calc-plain-buffer-only)
(if arg
(setcdr active (delq (car info) (cdr active)))))
(goto-char (point-min))
(while (re-search-forward pat nil t)
- (if (looking-at calc-embedded-open-formula)
- (goto-char (match-end 1)))
+;;; (if (looking-at calc-embedded-open-formula)
+;;; (goto-char (match-end 1)))
(setq info (calc-embedded-make-info (point) cbuf nil))
(or (eq (car-safe (aref info 8)) 'error)
(goto-char (aref info 5))))))