yatex

diff yatex.el @ 451:2011de73a671

Who owes the incompatibility of string-to-int?
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 21 Feb 2017 15:46:12 +0859
parents 8871fe9f563b
children 7bf780961390
line diff
     1.1 --- a/yatex.el	Wed Jan 18 07:49:03 2017 +0900
     1.2 +++ b/yatex.el	Tue Feb 21 15:46:12 2017 +0859
     1.3 @@ -8,7 +8,7 @@
     1.4  ;;; Code:
     1.5  (require 'comment)
     1.6  (require 'yatexlib)
     1.7 -(defconst YaTeX-revision-number "1.79.1"
     1.8 +(defconst YaTeX-revision-number "1.79.2"
     1.9    "Revision number of running yatex.el")
    1.10  
    1.11  ;---------- Local variables ----------
    1.12 @@ -1310,7 +1310,7 @@
    1.13  		 (car (where-is-internal 'YaTeX-make-begin-end))))
    1.14  	       (point))
    1.15  	      (put 'YaTeX-insert-braces 'begend-guide
    1.16 -		   (+ 1 (string-to-int ;increment counter of beg-end guidance
    1.17 +		   (+ 1 (YaTeX-str2int ;increment counter of beg-end guidance
    1.18  			 (prin1-to-string
    1.19  			  (get 'YaTeX-insert-braces 'begend-guide)))))))))
    1.20  	env macro not-literal b e)