diff options
| author | Bastien Guerry <bzg@altern.org> | 2012-10-02 08:00:01 (GMT) |
|---|---|---|
| committer | Bastien Guerry <bzg@altern.org> | 2012-10-02 08:00:01 (GMT) |
| commit | 4663f961c9a7269193ac09f749090b9696854d5e (patch) | |
| tree | 25aa2c56967f1cf97af776292813359c8da18510 | |
| parent | 641a9243fe6827fe1ebdac4e5f15db9cbd5ebbd3 (diff) | |
| download | org-mode-4663f961c9a7269193ac09f749090b9696854d5e.zip org-mode-4663f961c9a7269193ac09f749090b9696854d5e.tar.gz | |
org-publish.el: Minor code clean up.
| -rw-r--r-- | lisp/org-publish.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org-publish.el b/lisp/org-publish.el index d8850e4..d105142 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -916,7 +916,6 @@ directory and force publishing all files." (if force nil org-publish-use-timestamps-flag))) (org-publish-projects org-publish-project-alist)))) - ;;;###autoload (defun org-publish-current-file (&optional force) "Publish the current file. |
