Skip to content

Commit

Permalink
fix a typo of variable name. kiwanami#67
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwanami committed Jun 13, 2014
1 parent 78ab64f commit afbff36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2wm-vcs.el
Expand Up @@ -392,7 +392,7 @@
(let ((dbuf (get-buffer-create e2wm:def-plugin-svn-logs-buffer-name)))
(with-current-buffer dbuf
(setq buffer-read-only nil)
(buffer-disable-undo buf)
(buffer-disable-undo dbuf)
(erase-buffer)
(insert (with-current-buffer (get-buffer "*svn output*")
(buffer-string)))
Expand Down

0 comments on commit afbff36

Please sign in to comment.