Procházet zdrojové kódy

org-e-publish: Fix code typo

* contrib/lisp/org-e-publish.el (org-e-publish-cache-ctime-of-src):
  Fix code typo.
Nicolas Goaziou před 12 roky
rodič
revize
a270c7dd90
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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))))