Skip to content

Commit

Permalink
Correct breakage induced by previous patch.
Browse files Browse the repository at this point in the history
* lisp/muse-wiki.el (muse-wiki-resolve-project-page): Don't use the local
  path as a fallback if we are publishing.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-180
  • Loading branch information
mwolson committed Jul 24, 2005
1 parent 6af012e commit c419f27
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
# arch-tag: automatic-ChangeLog--mwolson@gnu.org--2005/muse--main--1.0
#

2005-07-24 21:04:15 GMT Michael Olson <mwolson@gnu.org> patch-180

Summary:
Correct breakage induced by previous patch.
Revision:
muse--main--1.0--patch-180

* lisp/muse-wiki.el (muse-wiki-resolve-project-page): Don't use the local
path as a fallback if we are publishing.

modified files:
ChangeLog lisp/muse-wiki.el


2005-07-24 21:01:02 GMT Michael Olson <mwolson@gnu.org> patch-179

Summary:
Expand Down
2 changes: 1 addition & 1 deletion lisp/muse-wiki.el
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ style and ignore the others."
page (muse-style-element :path remote-style))
(expand-file-name
(muse-style-element :path local-style))))
page-path)))
(unless muse-publishing-p page-path))))

(defun muse-wiki-handle-interwiki (&optional string)
"If STRING or point has an interwiki link, resolve it and
Expand Down

0 comments on commit c419f27

Please sign in to comment.