branch: elpa/annotate
commit f01b98de033f2683e1ebb57a3797ec2c77318a7e
Author: cage <cage-invalid@invalid>
Commit: cage <cage-invalid@invalid>

    - restored the kill buffer key command.
---
 annotate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/annotate.el b/annotate.el
index 84a72027ee..74d3d3905c 100644
--- a/annotate.el
+++ b/annotate.el
@@ -991,11 +991,11 @@ essentially what you get from:
      "*annotations*" nil nil
      (display-buffer "*annotations*")
      (select-window (get-buffer-window "*annotations*" t))
+     (outline-mode)
      (use-local-map nil)
      (local-set-key "q" (lambda ()
                           (interactive)
                           (kill-buffer "*annotations*")))
-     (outline-mode)
      (let ((dump (annotate-load-annotation-data)))
        (dolist (annotation dump)
          (let ((all-annotations (annotate-annotations-from-dump annotation))

Reply via email to