From f13300ff35359b056e97aa69ee5c9636efcaa560 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 19 Jan 2014 00:10:37 +0900 Subject: [PATCH] small fix --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 987040d..03005db 100644 --- a/emacs.el +++ b/emacs.el @@ -2442,7 +2442,7 @@ result for that word.") apikey eword target)) - ;; (search-forward-regexp "^$") + (search-forward-regexp "^$") (buffer-substring-no-properties (point) (point-max)))))) ))