changeset 137:7919fbbb33c0 dev

Add attribute value completion.
author yuuji@gentei.org
date Thu, 24 Jun 2010 16:01:45 +0900
parents ab0c019da44d
children b7b54906ac3b
files yahtml.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/yahtml.el	Thu Jun 24 14:53:55 2010 +0900
+++ b/yahtml.el	Thu Jun 24 16:01:45 2010 +0900
@@ -1,6 +1,6 @@
 ;;; -*- Emacs-Lisp -*-
 ;;; (c) 1994-2010 by HIROSE Yuuji [yuuji(@)yatex.org]
-;;; Last modified Thu Jun 24 14:42:29 2010 on firestorm
+;;; Last modified Thu Jun 24 16:00:42 2010 on firestorm
 ;;; $Id$
 
 (defconst yahtml-revision-number "1.74.2"
@@ -1569,7 +1569,9 @@
     "name" (yahtml-read-parameter "name"))
    (yahtml-make-optional-argument
     "type" (yahtml-read-parameter
-	    "type" "button" '(("submit")("reset")("button"))))))
+	    "type" "button" '(("submit")("reset")("button"))))
+   (yahtml-make-optional-argument
+    "value" (yahtml-read-parameter "value"))))
 
 ;;; ---------- Simple tag ----------
 (defun yahtml-insert-tag (region-mode &optional tag)

yatex.org