瀏覽代碼

Fix submodule open

master
10sr 5 年之前
父節點
當前提交
9dc97010f8
簽署人: 10sr GPG 金鑰 ID: 7BEC428194130EB2
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. +4
    -4
      emacs.el

+ 4
- 4
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


Loading…
取消
儲存