# HG changeset patch # User HIROSE Yuuji # Date 1419055073 -32400 # Node ID b5bf68206bd16c2d84abea798bc9ad2bd29e1928 # Parent 3478a327ae41a9ecc626f2076ba9e293aa652b14 Syntax error fixed diff -r 3478a327ae41 -r b5bf68206bd1 yatexadd.el --- 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 "]"))))