Use insert-file-contents-literally instead of insert-file-contents
commitcfc100fa9825864a3af1404737245d1fb2dfd9d8
authorMichael Olson <mwolson@gnu.org>
Sun, 29 Jul 2007 04:46:34 +0000 (29 04:46 +0000)
committerMichael Olson <mwolson@gnu.org>
Sun, 29 Jul 2007 04:46:34 +0000 (29 04:46 +0000)
tree01ee3c3a64c09ea24d7af36de3d55f482e052ee4
parent4a0893ff501b07abc90b068e98f4e2861f205aa7
Use insert-file-contents-literally instead of insert-file-contents

* contrib/httpd.el (httpd-send-file): Use insert-file-contents-literally
  instead of insert-file-contents.

* examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga): Use
  insert-file-contents-literally instead of insert-file-contents.

* experimental/muse-split.el (muse-publish-file)
  (muse-publish-presplit-publish, muse-publish-no-split-function)
  (muse-journal-split-by-entry, muse-journal-split-by-month): Use
  insert-file-contents-literally instead of insert-file-contents.

* lisp/muse-book.el (muse-book-publish-chapter)
  (muse-book-get-directives): Use insert-file-contents-literally instead
  of insert-file-contents.

* lisp/muse-http.el (muse-http-render-page): Use
  insert-file-contents-literally instead of insert-file-contents.

* lisp/muse-poem.el (muse-poem-markup-tag): Use
  insert-file-contents-literally instead of insert-file-contents.

* lisp/muse-publish.el (muse-insert-file-or-string, muse-publish-file)
  (muse-publish-include-tag, muse-published-contents): Use
  insert-file-contents-literally instead of insert-file-contents.

* lisp/muse.el (muse-with-temp-buffer): Mention
  `insert-file-contents-literally'.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-419
ChangeLog
contrib/httpd.el
examples/mwolson/muse-init.el
experimental/muse-split.el
lisp/muse-book.el
lisp/muse-http.el
lisp/muse-poem.el
lisp/muse-publish.el
lisp/muse.el