Make code look nicer by using muse-forward-dl-* functions.
commit90659f9c852e8161b6ca54c5b70fb359f8eeb22e
authorMichael Olson <mwolson@gnu.org>
Fri, 3 Mar 2006 05:24:59 +0000 (3 05:24 +0000)
committerMichael Olson <mwolson@gnu.org>
Fri, 3 Mar 2006 05:24:59 +0000 (3 05:24 +0000)
treed213250cdfe209e4b79134e0777d44d3cfb1f143
parent16d1312755c32d49b4c25b0e6d8acec449ce17df
Make code look nicer by using muse-forward-dl-* functions.

* lisp/muse-publish.el (muse-publish-surround-dl): Factor out lambda
  forms into muse-forward-dl-* for increased reusability.
  (muse-publish-surround-text): Call move function with an indent
  argument so that we don't have to use partial substitution in lambda
  forms.
  (muse-forward-dl-term): New function that moves forward to the next
  definition list term.
  (muse-forward-dl-entry): New function that moves forward to the next
  definition list entry.
  (muse-forward-dl-part): Renamed from `muse-forward-dl-item', since this
  does not move past entire definition list items, only parts of them.
  (muse-publish-markup-list, muse-publish-markup-quote):
  (muse-publish-quote-tag): Use better lambda form, and include a
  parameter.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-40
ChangeLog.2006
lisp/muse-publish.el