org-compat: Silence byte-compiler

This commit is contained in:
Nicolas Goaziou 2016-08-28 12:12:55 +02:00
parent 7a14bd172c
commit beb940cf56
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ Implements `define-error' for older emacsen."
(put name 'error-conditions
(copy-sequence (cons name (get 'error 'error-conditions))))))
(unless (fboundp 'string-prefix-p)
(unless (fboundp 'string-suffix-p)
;; From Emacs subr.el.
(defun string-prefix-p (prefix string &optional ignore-case)
"Return non-nil if PREFIX is a prefix of STRING.