(www-batch-view): Fix problem to edit feature of non-character
authorMORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
Thu, 9 Dec 2010 05:27:19 +0000 (14:27 +0900)
committerMORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
Thu, 9 Dec 2010 05:27:19 +0000 (14:27 +0900)
objects.

cwiki-view.el

index 669f5bf..e2ca292 100644 (file)
@@ -332,8 +332,8 @@ size=\"30\" maxlength=\"30\" value=\"%s\" />"
                ((eq (car ret) 'feature)
                 (www-display-feature-desc
                  (decode-uri-string (cdr ret) 'utf-8-mcs-er)
-                 (car ret)
-                 (cdr (assq 'char target))
+                 (car (nth 1 target))
+                 (cdr (nth 1 target))
                  lang
                  (eq mode 'simple))
                 )