mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
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"))
|
||||
(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))))
|
||||
|
Loading…
Reference in New Issue
Block a user