yatex

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 diff
     1.1 --- a/yahtml.el	Thu Jun 24 14:53:55 2010 +0900
     1.2 +++ b/yahtml.el	Thu Jun 24 16:01:45 2010 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5  ;;; (c) 1994-2010 by HIROSE Yuuji [yuuji(@)yatex.org]
     1.6 -;;; Last modified Thu Jun 24 14:42:29 2010 on firestorm
     1.7 +;;; Last modified Thu Jun 24 16:00:42 2010 on firestorm
     1.8  ;;; $Id$
     1.9  
    1.10  (defconst yahtml-revision-number "1.74.2"
    1.11 @@ -1569,7 +1569,9 @@
    1.12      "name" (yahtml-read-parameter "name"))
    1.13     (yahtml-make-optional-argument
    1.14      "type" (yahtml-read-parameter
    1.15 -	    "type" "button" '(("submit")("reset")("button"))))))
    1.16 +	    "type" "button" '(("submit")("reset")("button"))))
    1.17 +   (yahtml-make-optional-argument
    1.18 +    "value" (yahtml-read-parameter "value"))))
    1.19  
    1.20  ;;; ---------- Simple tag ----------
    1.21  (defun yahtml-insert-tag (region-mode &optional tag)