From 9dc97010f81c674935316d8f9cd3d3da2b4482ac Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 15 Oct 2018 14:51:06 +0900 Subject: [PATCH] Fix submodule open --- emacs.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/emacs.el b/emacs.el index 26bcaca..df8445b 100644 --- a/emacs.el +++ b/emacs.el @@ -1,6 +1,6 @@ ;;; emacs.el --- 10sr emacs initialization -;; Time-stamp: <2018-10-15 14:44:57 JST 10sr> +;; Time-stamp: <2018-10-15 14:49:47 JST 10sr> ;;; Code: @@ -2554,9 +2554,9 @@ Returns property list like (:mode MODE :type TYPE :object OBJECT :file FILE)." "commit") (with-temp-buffer (cd (plist-get info :file)) - (git-walktree--open-noselect git-walktree-current-commitish - (git-walktree--join-path (plist-get info - :file)) + (git-walktree--open-noselect (plist-get info + :object) + nil (plist-get info :object))) (git-walktree--open-noselect git-walktree-current-commitish