Kaynağa Gözat

fix git-command bug

pull/1/head
10sr 14 yıl önce
ebeveyn
işleme
c94e821444
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el Dosyayı Görüntüle

@@ -1621,8 +1621,9 @@ when SEC is nil, stop auto save if enabled."
cmd) cmd)
bf) bf)
(with-current-buffer bf (with-current-buffer bf
(ansi-color-apply-on-region (point-min)
(point-max)))))
(and (require 'ansi-color nil t)
(ansi-color-apply-on-region (point-min)
(point-max))))))
(define-key ctl-x-map "g" 'my-git-shell-command) (define-key ctl-x-map "g" 'my-git-shell-command)


(defun my-kill-buffers () (defun my-kill-buffers ()


Yükleniyor…
İptal
Kaydet