Mercurial > hgrepos > hgweb.cgi > 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 wrap: on
line diff
--- a/yatexadd.el Sat Dec 20 12:30:39 2014 +0900 +++ b/yatexadd.el Sat Dec 20 14:57:53 2014 +0900 @@ -1,7 +1,7 @@ ;;; yatexadd.el --- YaTeX add-in functions ;;; yatexadd.el rev.21 ;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Thu Dec 18 22:53:03 2014 on firestorm +;;; Last modified Sat Dec 20 14:55:10 2014 on firestorm ;;; $Id$ ;;; Code: @@ -1940,8 +1940,8 @@ (mapcar (function (lambda (s) (and (stringp (symbol-value s)) (string< "" (symbol-value s)) - (format "%s=%s" s (symbol-value s)))) - '(width height scale angle)))) + (format "%s=%s" s (symbol-value s))))) + '(width height scale angle))) ",")) (if (string= "" str) "" (concat "[" str "]"))))