瀏覽代碼

org-footnote: Silence byte-compiler

* lisp/org-footnote.el (org-footnote-normalize-label): Silence
  byte-compiler.
Nicolas Goaziou 8 年之前
父節點
當前提交
ddb823e196
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-footnote.el

+ 1 - 1
lisp/org-footnote.el

@@ -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."