From f9a8361bca535ef8e73116dc25cccb5b843237d8 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Sat, 19 Apr 2014 20:07:12 +0900 Subject: [PATCH] comment. --- elisp/ghc-func.el | 1 + elisp/ghc-ins-mod.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/elisp/ghc-func.el b/elisp/ghc-func.el index d50f841..a9fbb25 100644 --- a/elisp/ghc-func.el +++ b/elisp/ghc-func.el @@ -65,6 +65,7 @@ (funcall func) (ghc-read-lisp-this-buffer))) +;; OK/NG are ignored. (defun ghc-read-lisp-this-buffer () (save-excursion (goto-char (point-min)) diff --git a/elisp/ghc-ins-mod.el b/elisp/ghc-ins-mod.el index c8b2876..5285d3f 100644 --- a/elisp/ghc-ins-mod.el +++ b/elisp/ghc-ins-mod.el @@ -91,6 +91,6 @@ (defun ghc-ins-mod-callback () (let ((mods (ghc-read-lisp-this-buffer))) (setq ghc-ins-mod-rendezvous t) - (setq ghc-ins-mod-results mods))) ;; fixme -- OK + (setq ghc-ins-mod-results mods))) (provide 'ghc-ins-mod)