فهرست منبع

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

* lisp/org.el (org-export-backends): Remove `:initialize' function.
Nicolas Goaziou 12 سال پیش
والد
کامیت
25a481d8ae
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      lisp/org.el

+ 0 - 1
lisp/org.el

@@ -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)