org-e-publish: Fix code typo
* contrib/lisp/org-e-publish.el (org-e-publish-cache-ctime-of-src): Fix code typo.
This commit is contained in:
parent
8fc893a036
commit
a270c7dd90
|
@ -1187,7 +1187,7 @@ Returns value on success, else nil."
|
||||||
(error "`org-e-publish-cache-set' called, but no cache present"))
|
(error "`org-e-publish-cache-set' called, but no cache present"))
|
||||||
(puthash key value org-e-publish-cache))
|
(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."
|
"Get the FILENAME ctime as an integer."
|
||||||
(let ((attr (file-attributes
|
(let ((attr (file-attributes
|
||||||
(expand-file-name (or (file-symlink-p f) f) base-dir))))
|
(expand-file-name (or (file-symlink-p f) f) base-dir))))
|
||||||
|
|
Loading…
Reference in New Issue