changeset 85199:d24cbe9e2e2d

(org-publish-get-plist-from-filename): Use mapc rather than mapcar.
author Glenn Morris <rgm@gnu.org>
date Fri, 12 Oct 2007 06:40:13 +0000
parents dae14770f516
children c460f205dfce
files lisp/textmodes/org-publish.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/org-publish.el	Fri Oct 12 06:39:21 2007 +0000
+++ b/lisp/textmodes/org-publish.el	Fri Oct 12 06:40:13 2007 +0000
@@ -426,7 +426,7 @@
 (defun org-publish-get-plist-from-filename (filename)
   "Return publishing configuration plist for file FILENAME."
   (let ((found nil))
-    (mapcar
+    (mapc
      (lambda (plist)
        (let ((files (org-publish-get-base-files plist)))
  	 (if (member (expand-file-name filename) files)