org-table.el (org-table-eval-formula): Fix variable name typo

This commit is contained in:
York Zhao 2014-07-29 11:36:39 -04:00 committed by Bastien Guerry
parent 8d8dfacfc6
commit 12d5d5f775

View file

@ -2767,7 +2767,7 @@ not overwrite the stored one."
(string-match (regexp-quote formula) formrpl)))
(user-error "Invalid field specifier \"%s\""
(match-string 0 form)))
(setq form (replace-match repl t t form)))
(setq form (replace-match formrpl t t form)))
(if lispp
(setq ev (condition-case nil