Kaynağa Gözat

Fix overlays

master
10sr 5 yıl önce
ebeveyn
işleme
1759f319b6
İmzalayan: 10sr GPG Anahtar Kimliği: C384BB17CBB19347
1 değiştirilmiş dosya ile 6 ekleme ve 5 silme
  1. +6
    -5
      emacs.el

+ 6
- 5
emacs.el Dosyayı Görüntüle

@@ -2377,11 +2377,12 @@ TYPE is target object type."
"--abbrev"

treeish)
(git-walktree--replace-into-buffer buf))))
;; Overlays won't be copied with replace-buffer-contents so do this
;; after copying contents
(ansi-color-apply-on-region (point-min)
(point-max))
(git-walktree--replace-into-buffer buf))
;; Overlays won't be copied with replace-buffer-contents so do this
;; after copying contents
(remove-overlays)
(ansi-color-apply-on-region (point-min)
(point-max))))
(git-walktree-mode)
(set-buffer-modified-p nil)



Yükleniyor…
İptal
Kaydet