Sfoglia il codice sorgente

Fix overlays

master
10sr 6 anni fa
parent
commit
1759f319b6
Firmato da: 10sr ID Chiave GPG: C384BB17CBB19347
1 ha cambiato i file con 6 aggiunte e 5 eliminazioni
  1. +6
    -5
      emacs.el

+ 6
- 5
emacs.el Vedi File

@@ -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)



Caricamento…
Annulla
Salva