mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-11 09:20:32 +00:00
org-table: `org-table-fix-formulas-confirm' is not safe.
* lisp/org-table.el (org-table-fix-formulas-confirm): Funcall'ing a symbol is never safe, no matter what the symbol is.
This commit is contained in:
parent
460d83831a
commit
c891b840d2
@ -231,9 +231,6 @@ fields."
|
||||
(const :tag "with yes-or-no" yes-or-no-p)
|
||||
(const :tag "with y-or-n" y-or-n-p)
|
||||
(const :tag "no confirmation" nil)))
|
||||
(put 'org-table-fix-formulas-confirm
|
||||
'safe-local-variable
|
||||
#'(lambda (x) (member x '(yes-or-no-p y-or-n-p))))
|
||||
|
||||
(defcustom org-table-tab-jumps-over-hlines t
|
||||
"Non-nil means tab in the last column of a table with jump over a hline.
|
||||
|
Loading…
Reference in New Issue
Block a user