Browse Source

Fix name

master
10sr 6 years ago
parent
commit
be9fc90236
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el View File

@@ -1,6 +1,6 @@
;;; emacs.el --- 10sr emacs initialization ;;; emacs.el --- 10sr emacs initialization


;; Time-stamp: <2018-10-16 18:13:02 JST 10sr>
;; Time-stamp: <2018-10-16 18:18:24 JST 10sr>


;;; Code: ;;; Code:


@@ -2721,10 +2721,10 @@ If current path was not found in the parent revision try to go up path."
;; (git-walktree--parent-sha1 "HEAD") ;; (git-walktree--parent-sha1 "HEAD")
;; (git-walktree--parent-sha1 "ae4b80f") ;; (git-walktree--parent-sha1 "ae4b80f")


(defun git-revision-known-child-revision ()
(defun git-walktree-known-child-revision ()
"Open known revision of current path." "Open known revision of current path."
(interactive) (interactive)
nil)
(message "%S" git-walktree-known-child-revisions))


(defvar git-walktree-mode-map (defvar git-walktree-mode-map
(let ((map (make-sparse-keymap))) (let ((map (make-sparse-keymap)))


Loading…
Cancel
Save