diff options
author | Tomas Abrahamsson <tab@lysator.liu.se> | 2008-08-09 18:22:48 +0200 |
---|---|---|
committer | Tomas Abrahamsson <tab@lysator.liu.se> | 2008-08-09 18:22:48 +0200 |
commit | b95c77d61f9ff85205d4a815b8b8d68990494dae (patch) | |
tree | 0582ec6c53d8f740eaf6865275c8291a06d3e37a | |
parent | 94e69746174190f3576c250b69265c72f29128cf (diff) | |
download | gitsum-b95c77d61f9ff85205d4a815b8b8d68990494dae.tar.gz gitsum-b95c77d61f9ff85205d4a815b8b8d68990494dae.tar.xz gitsum-b95c77d61f9ff85205d4a815b8b8d68990494dae.zip |
Make directory show up in the buffer listing
-rw-r--r-- | gitsum.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitsum.el b/gitsum.el index 9c08d03..0815309 100644 --- a/gitsum.el +++ b/gitsum.el @@ -172,6 +172,7 @@ A numeric argument serves as a repeat count." (interactive) (switch-to-buffer (generate-new-buffer "*gitsum*")) (gitsum-diff-mode) + (set (make-local-variable 'list-buffers-directory) default-directory) (gitsum-refresh)) ;; viper compatible |