org-footnote: Tiny refactoring

* lisp/org-footnote.el (org-footnote-section): Tiny refactoring.
This commit is contained in:
Nicolas Goaziou 2018-05-27 21:59:19 +02:00
parent 1f0561b63c
commit 2086ea42cf
1 changed files with 1 additions and 3 deletions

View File

@ -115,9 +115,7 @@ you will need to run the following command after the change:
:type '(choice
(string :tag "Collect footnotes under heading")
(const :tag "Define footnotes locally" nil))
:safe (lambda (x)
(or (eq x nil)
(stringp x))))
:safe #'string-or-null-p)
(defcustom org-footnote-define-inline nil
"Non-nil means define footnotes inline, at reference location.