yatex

changeset 349:b5bf68206bd1 dev

Syntax error fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 20 Dec 2014 14:57:53 +0900
parents 3478a327ae41
children 91ba61bb536e
files yatexadd.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/yatexadd.el	Sat Dec 20 12:30:39 2014 +0900
     1.2 +++ b/yatexadd.el	Sat Dec 20 14:57:53 2014 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexadd.el --- YaTeX add-in functions
     1.5  ;;; yatexadd.el rev.21
     1.6  ;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Thu Dec 18 22:53:03 2014 on firestorm
     1.8 +;;; Last modified Sat Dec 20 14:55:10 2014 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -1940,8 +1940,8 @@
    1.13  		 (mapcar (function (lambda (s)
    1.14  			    (and (stringp (symbol-value s))
    1.15  				 (string< "" (symbol-value s))
    1.16 -				 (format "%s=%s" s (symbol-value s))))
    1.17 -			 '(width height scale angle))))
    1.18 +				 (format "%s=%s" s (symbol-value s)))))
    1.19 +			 '(width height scale angle)))
    1.20  	   ","))
    1.21      (if (string= "" str) ""
    1.22        (concat "[" str "]"))))