org-compat: Silence byte-compiler

This commit is contained in:
Nicolas Goaziou 2016-12-22 01:41:02 +01:00
parent edc8d552cd
commit 7fd61c4f92
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
(defalias 'gui-get-selection 'x-get-selection)
;; From "files.el"
(defsubst directory-name-p (name)
(defun directory-name-p (name)
"Return non-nil if NAME ends with a directory separator character."
(let ((len (length name))
(lastc ?.))