瀏覽代碼

org-compat: Silence byte-compiler

Nicolas Goaziou 8 年之前
父節點
當前提交
7fd61c4f92
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-compat.el

+ 1 - 1
lisp/org-compat.el

@@ -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 ?.))