~ubuntu-branches/ubuntu/karmic/muse-el/karmic

« back to all changes in this revision

Viewing changes to lisp/muse-xml.el

  • Committer: Bazaar Package Importer
  • Author(s): Michael W. Olson (GNU address)
  • Date: 2008-01-09 15:51:46 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080109155146-0wwzermvvzs9rqzo
Tags: 3.11-3ubuntu1
* Merge with with Debian unstable (LP: #137284). Remaining Ubuntu changes:
  - Keep manual.
  - Set Ubuntu MOTU to be Maintainer

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
;; Emacs Muse is free software; you can redistribute it and/or modify
11
11
;; it under the terms of the GNU General Public License as published
12
 
;; by the Free Software Foundation; either version 2, or (at your
 
12
;; by the Free Software Foundation; either version 3, or (at your
13
13
;; option) any later version.
14
14
 
15
15
;; Emacs Muse is distributed in the hope that it will be useful, but
167
167
    (end-center      . "\n</format></p>")
168
168
    (begin-quote     . "<blockquote>\n")
169
169
    (end-quote       . "\n</blockquote>")
 
170
    (begin-cite      . "<cite>")
 
171
    (begin-cite-author . "<cite type=\"author\">")
 
172
    (begin-cite-year . "<cite type=\"year\">")
 
173
    (end-cite        . "</cite>")
170
174
    (begin-quote-item . "<p>")
171
175
    (end-quote-item  . "</p>")
172
176
    (begin-uli       . "<list type=\"unordered\">\n")