emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/annotate f01b98de03 096/372: - restored the kill buffer ke


From: ELPA Syncer
Subject: [nongnu] elpa/annotate f01b98de03 096/372: - restored the kill buffer key command.
Date: Fri, 4 Feb 2022 16:58:21 -0500 (EST)

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

[Prev in Thread] Current Thread [Next in Thread]