yatex

diff yatexgen.el @ 541:7595fc6462ff

Add links
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 31 May 2018 09:53:11 +0900
parents 77a2fd4fd634
children
line diff
     1.1 --- a/yatexgen.el	Fri Dec 26 01:06:32 2014 +0900
     1.2 +++ b/yatexgen.el	Thu May 31 09:53:11 2018 +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)