org-footnote: Silence byte-compiler

* lisp/org-footnote.el (org-footnote-normalize-label): Silence
  byte-compiler.
This commit is contained in:
Nicolas Goaziou 2016-09-07 15:56:38 +02:00
parent 56d75f0a24
commit ddb823e196
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ return nil instead."
(pcase (org-trim label)
("" nil)
((pred (string-prefix-p "fn:")) (substring label 3))
(t label)))
(_ label)))
(defun org-footnote-get-definition (label)
"Return label, boundaries and definition of the footnote LABEL."