From 895d18abc05fbfa56c0ae2a31e70e74b92888a18 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 27 Aug 2013 10:30:55 +0200 Subject: [PATCH] ox-publish: Remove unused dynamically scoped variable * lisp/ox-publish.el (project-plist): Remove variable. --- lisp/ox-publish.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el index 73a160b83..906c81900 100644 --- a/lisp/ox-publish.el +++ b/lisp/ox-publish.el @@ -589,8 +589,6 @@ Return output file name." ;; Remove opened buffer in the process. (unless visitingp (kill-buffer work-buffer))))) -(defvar project-plist) - (defun org-publish-attachment (plist filename pub-dir) "Publish a file with no transformation of any kind. -- 2.11.4.GIT