Don't let automatic backup files crash the publishing process.
commit71849017c520a6e055f11f5bdd0c4b0106096e2c
authorMichael Olson <mwolson@gnu.org>
Sun, 22 May 2005 01:26:13 +0000 (22 01:26 +0000)
committerMichael Olson <mwolson@gnu.org>
Sun, 22 May 2005 01:26:13 +0000 (22 01:26 +0000)
treefd147b267c6fda10d6ca215d1ee961dfb4b39966
parent7830f4d2e059eef676c835b184c5e09ab5cc0db4
Don't let automatic backup files crash the publishing process.

* muse-blosxom.el (muse-blosxom-markup-regexps): Remove rule for date
  directive since this value is already processed by
  `muse-publish-markup-directive', and may be obtained by using
  the code: (muse-publishing-directive "date").

* muse-colors.el (muse-colors-region): Make sure that we don't ever try
  to run (funcall nil); this happened once during a debugging process.

* muse-project.el (muse-project-private-p): Skip any file for which we
  cannot fetch attributes.  This fixes a bug where having an
  Emacs-generated automatic backup file in a publishing directory causes
  the publishing process to halt with an error.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-41
ChangeLog
muse-blosxom.el
muse-colors.el
muse-project.el