Emacs21 fixes
commit27ce863dcd3dc73b22548dcd76b4f1ccae3bb9bf
authorMichael W. Olson <mwolson@gnu.org>
Sun, 19 Aug 2007 03:59:44 +0000 (18 23:59 -0400)
committerMichael W. Olson <mwolson@gnu.org>
Sun, 19 Aug 2007 03:59:44 +0000 (18 23:59 -0400)
tree94686673535fdb342fd070e6481055318dc4ed2d
parentd8e9264a648f0bda151800126cb35fba3d26b7ab
Emacs21 fixes

* lisp/muse-publish.el (muse-publish-include-tag): Switch from copy-tree
  to copy-alist, since Emacs21 does not have the former, and the latter
  does what we want.

* lisp/muse.el: Force-require 'derived, since Emacs21 does not have
  derived-mode-p in subr.el like Emacs22 does.
ChangeLog
lisp/muse-publish.el
lisp/muse.el