null+****@clear*****
null+****@clear*****
Mon Jun 11 21:57:29 JST 2012
yuta yamada 2012-06-11 21:57:29 +0900 (Mon, 11 Jun 2012) New Revision: 65149cb59d085fae5ad36f44f54c4a06dbdc0426 Log: Use backquotes instead of the list Modified files: logalimacs.el Modified: logalimacs.el (+1 -1) =================================================================== --- logalimacs.el 2012-06-11 21:39:45 +0900 (c456752) +++ logalimacs.el 2012-06-11 21:57:29 +0900 (10c120b) @@ -274,7 +274,7 @@ ('source (setq source value)) ('target (setq target value)) ('note (setq note value)))) - (push (list source target note) keywords) + (push `(,source ,target ,note) keywords) finally return keywords))) (defun loga-format-to-string (converted-list)