aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2006-05-26 13:19:05 +0000
committerDavid Aspinall2006-05-26 13:19:05 +0000
commit440fec0fec99a9d48bd9d0efc6b9efd9f3783a4b (patch)
tree67b489654774317828befbf601c7793ba2cb9a5d
parentfb7d8dffac3229b24967e135d174d29a1a560a31 (diff)
Updated.
-rw-r--r--README-3.6pre9
-rw-r--r--generic/pg-pgip.el2
2 files changed, 1 insertions, 10 deletions
diff --git a/README-3.6pre b/README-3.6pre
index 1316ee3e..38bc3e58 100644
--- a/README-3.6pre
+++ b/README-3.6pre
@@ -6,15 +6,6 @@ support additional features in Isabelle 2005.
Compatibility has been improved for more Emacs versions.
-=============
-
-Things to do for 3.6 final:
-
- -- nuisance fix needed for docstring magic because of pruning of spaces
- from empty lines in all docstrings by Stefan Monnier (argh!)
- -- merge/fix of patch by Claire Quigley
- -- Coq updates check: symbols, linewidth, file handling
-
[da, 10/8/05].
diff --git a/generic/pg-pgip.el b/generic/pg-pgip.el
index e59b9ad6..4a4dcccc 100644
--- a/generic/pg-pgip.el
+++ b/generic/pg-pgip.el
@@ -55,7 +55,7 @@ The list PGIPS may contain one or more PGIP packets, whose contents are processe
(let* ((name (xml-node-name pgip))
(tag (pg-xml-get-attr 'tag pgip 'optional))
(id (pg-xml-get-attr 'id pgip 'optional))
- (class (pg-xml-get-attr 'class pgip 'notreallyoptional))
+ (class (pg-xml-get-attr 'messageclass pgip 'notreallyoptional))
(refseq (pg-xml-get-attr 'refseq pgip 'optional))
(refid (pg-xml-get-attr 'refid pgip 'optional))
(seq (pg-xml-get-attr 'seq pgip 'notreallyoptional)))