changeset 85751:32faacf8f0bf

(org-publish-get-plist-from-filename): Use mapc rather than mapcar (reinstall change deleted without log entry 2007-10-22).
author Glenn Morris <rgm@gnu.org>
date Mon, 29 Oct 2007 07:30:06 +0000
parents 4b5afbff5c12
children 97f801d89b4c
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	Mon Oct 29 07:29:44 2007 +0000
+++ b/lisp/textmodes/org-publish.el	Mon Oct 29 07:30:06 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)