tsgates / git-emacs

Yet another git mode on emacs for newbies
http://files.taesoo.org/git-emacs/git-emacs.html
193 stars 53 forks source link

issue with flet -> cl-flet change #20

Open tacaswell opened 10 years ago

tacaswell commented 10 years ago

PR #19 breaks refreshing buffers when changing branches. Reverting cl-flet -> flet fixes the problem. I will update later with more details + PR.

tacaswell commented 10 years ago

The error is:

git-after-working-dir-change: Invalid function: (buffer-refresh-func (buffer) (with-current-buffer buffer (revert-buffer t t)) (setq buffers-not-reverted (delq buffer buffers-not-reverted)) (incf num-buffers-refreshed))