From ac514a3f3c1bdac3cf3502d9a078a5f6eacc85aa Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 21 Jun 2015 03:27:09 +0900 Subject: [PATCH] emacs.el: Make run-gauche interactive func --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 0de5f37..ec13914 100644 --- a/emacs.el +++ b/emacs.el @@ -1692,6 +1692,7 @@ IF OK-IF-ALREADY-EXISTS is true force download." (defun run-gauche () "run gauche" + (interactive) (run-scheme gauche-program-name) )