null+****@clear*****
null+****@clear*****
Mon Feb 27 20:01:18 JST 2012
yuta yamada 2012-02-27 20:01:18 +0900 (Mon, 27 Feb 2012) New Revision: 1eb2ee16756b666b9ad6a5f87539ea1780657f14 Log: Fix typo Modified files: logalimacs.el Modified: logalimacs.el (+1 -1) =================================================================== --- logalimacs.el 2012-02-27 12:58:31 +0900 (954fecb) +++ logalimacs.el 2012-02-27 20:01:18 +0900 (51044b8) @@ -153,7 +153,7 @@ (minibuffer-message (loga-to-shell cmd task)))))) (defun loga-lookup-attach-option (find-word) - (let* ((options (list))) + (let* ((options '())) (if loga-use-dictionary-option (push "--dictionary" options)) (if (and loga-possible-json-p (eq loga-current-endpoint :popup))