yatex

diff yatexgen.el @ 500:965a6713da83

Added tag master-beginning for changeset ca7cf34e959c
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 10 Dec 2017 10:28:29 +0900
parents 77a2fd4fd634
children
line diff
     1.1 --- a/yatexgen.el	Fri Dec 26 01:06:32 2014 +0900
     1.2 +++ b/yatexgen.el	Sun Dec 10 10:28:29 2017 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatexgen.el --- YaTeX add-in function generator(rev.5)
     1.5  
     1.6 -;;; (c)1991-1995,1999,2000 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 +;;; (c)1991-1995,1999,2000,2017 by HIROSE Yuuji.[yuuji@yatex.org]
     1.8  ;;; Last modified Sun Dec 21 14:04:49 2014 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11 @@ -582,6 +582,6 @@
    1.12         (YaTeX-generate-option-type command)
    1.13       (YaTeX-generate-argument-type
    1.14        command
    1.15 -      (string-to-int (read-string "How many arguments?: ")))) nil))
    1.16 +      (YaTeX-str2int (read-string "How many arguments?: ")))) nil))
    1.17  
    1.18  (provide 'yatexgen)