Backport commit d3524560e from Emacs

* lisp/ox.el (org-export-filters-alist): Don't define as constant.

d3524560ee3cb075125f0af158d4af01cb2ab546
Stefan Monnier
Mon Jun 10 10:58:46 2024 -0400
This commit is contained in:
Stefan Monnier 2024-06-10 10:58:46 -04:00 committed by Kyle Meyer
parent 6eab01c580
commit 008e6030ac
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ All these properties should be backend agnostic. Backend
specific properties are set through `org-export-define-backend'.
Properties redefined there have precedence over these.")
(defconst org-export-filters-alist
(defvar org-export-filters-alist
'((:filter-body . org-export-filter-body-functions)
(:filter-bold . org-export-filter-bold-functions)
(:filter-babel-call . org-export-filter-babel-call-functions)