From 2086ea42cfb3f895c576ed4e27da4f6a502ce86c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 27 May 2018 21:59:19 +0200 Subject: [PATCH] org-footnote: Tiny refactoring * lisp/org-footnote.el (org-footnote-section): Tiny refactoring. --- lisp/org-footnote.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 916f5cdf6..d3abe787b 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -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.