Explorar o código

org-e-publish: Fix code typo

* contrib/lisp/org-e-publish.el (org-e-publish-cache-ctime-of-src):
  Fix code typo.
Nicolas Goaziou %!s(int64=12) %!d(string=hai) anos
pai
achega
a270c7dd90
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      contrib/lisp/org-e-publish.el

+ 1 - 1
contrib/lisp/org-e-publish.el

@@ -1187,7 +1187,7 @@ Returns value on success, else nil."
     (error "`org-e-publish-cache-set' called, but no cache present"))
   (puthash key value org-e-publish-cache))
 
-(defun org-publish-cache-ctime-of-src (f base-dir)
+(defun org-e-publish-cache-ctime-of-src (f base-dir)
   "Get the FILENAME ctime as an integer."
   (let ((attr (file-attributes
 	       (expand-file-name (or (file-symlink-p f) f) base-dir))))