From 38d05be59e684c8ab7ea7a5b835722191de7fe5f Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 11 Oct 2018 15:28:51 +0900 Subject: [PATCH] Update --- emacs.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 540ff94..8adde4b 100644 --- a/emacs.el +++ b/emacs.el @@ -1,6 +1,6 @@ ;;; emacs.el --- 10sr emacs initialization -;; Time-stamp: <2018-10-11 13:50:52 JST 10sr> +;; Time-stamp: <2018-10-11 14:21:14 JST 10sr> ;;; Code: @@ -2257,9 +2257,11 @@ use for the buffer. It defaults to \"*recetf-show*\"." "-t" treeish))) (with-current-buffer buf + (buffer-disable-undo) (erase-buffer) (when (string= "commit" type) + ;; When treeish is a commit, show commit info (git-revision--call-process nil "show" "--no-patch"