From 21dfa1482b3802a9c4a2dbeffbfca745d50c380d Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Tue, 26 Jul 2005 08:49:38 +0000 Subject: [PATCH] Inter-project output name fix. * lisp/muse-wiki.el (muse-wiki-resolve-project-page): I would've sworn that I had fixed this before. git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-187 --- ChangeLog | 14 ++++++++++++++ lisp/muse-wiki.el | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 137eaca..2f671d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,20 @@ # arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--main--1.0 # +2005-07-26 08:49:38 GMT Michael Olson patch-187 + + Summary: + Inter-project output name fix. + Revision: + muse--main--1.0--patch-187 + + * lisp/muse-wiki.el (muse-wiki-resolve-project-page): I would've sworn + that I had fixed this before. + + modified files: + ChangeLog lisp/muse-wiki.el + + 2005-07-26 08:40:11 GMT Michael Olson patch-186 Summary: diff --git a/lisp/muse-wiki.el b/lisp/muse-wiki.el index 4dfb1d4..92a99a4 100644 --- a/lisp/muse-wiki.el +++ b/lisp/muse-wiki.el @@ -152,7 +152,8 @@ style and ignore the others." (file-relative-name (expand-file-name page (muse-style-element :path remote-style)) (expand-file-name - (muse-style-element :path local-style)))) + (muse-style-element :path local-style))) + nil remote-style) (unless muse-publishing-p page-path)))) (defun muse-wiki-handle-interwiki (&optional string) -- 2.11.4.GIT