Remove unneeded `:initialize' function for `org-export-backends'

* lisp/org.el (org-export-backends): Remove `:initialize' function.
This commit is contained in:
Nicolas Goaziou 2013-02-07 15:45:47 +01:00
parent 66150778a3
commit 25a481d8ae
1 changed files with 0 additions and 1 deletions

View File

@ -484,7 +484,6 @@ depends on, if any."
((not (memq backend new-list)) (push backend new-list))))
;; Set VAR to that list with fixed dependencies.
(set-default var new-list))))
:initialize 'custom-initialize-default
:type '(set :greedy t
(const :tag " ascii Export buffer to ASCII format" ascii)
(const :tag " beamer Export buffer to Beamer presentation" beamer)